ofek
November 17th, 2005, 03:36 PM
I'm programing in pascal at school (my second year).
In school we got windows and well borland pascal to go with it.
I took the source of a fully working program that i built in school("DATELIKE.PAS"), and downloaded gpc using apt-get.
Gpc working, but when i type gpc DATELIKE.PAS (in the source code directory) it says:
ofek@ubuntu:~/Programing/Pascal$ gpc DATELIKE.PAS
/usr/bin/ld:DATELIKE.PAS: file format not recognized; treating as linker script
/usr/bin/ld:DATELIKE.PAS:1: syntax error
collect2: ld returned 1 exit status
I realy don't know whats wrong.
I have another quick question on the subject: Is there a way to make a gui to a pascal program using linux (that will work on windows too if possible)?
In school we got windows and well borland pascal to go with it.
I took the source of a fully working program that i built in school("DATELIKE.PAS"), and downloaded gpc using apt-get.
Gpc working, but when i type gpc DATELIKE.PAS (in the source code directory) it says:
ofek@ubuntu:~/Programing/Pascal$ gpc DATELIKE.PAS
/usr/bin/ld:DATELIKE.PAS: file format not recognized; treating as linker script
/usr/bin/ld:DATELIKE.PAS:1: syntax error
collect2: ld returned 1 exit status
I realy don't know whats wrong.
I have another quick question on the subject: Is there a way to make a gui to a pascal program using linux (that will work on windows too if possible)?