At 03:22 PM 8/25/97 +0200, Peter Gerwinski wrote: ...snip...
gpc -v <other options> foo.pas -o foo ^^ and post the result here?
Hi Peter,
I tried it and this is what I got:
{ the command: } [klinder@kenslinux klinder]$ gpc -v t1.pas -o t1
{ the result } gpc version 970714(2.7.2.1) /usr/lib/gcc-lib/i586-unknown-linux/2.7.2.1/gpc-cpp -lang-pascal -v -nocharescape -undef -D__GNUC__=2 -D__GPC__=2 -D__GNUC_MINOR__=7 -D__ELF__ -Dunix -Di386 -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__i386 -D__linux -Asystem(unix) -Asystem(posix) -Acpu(i386) -Amachine(i386) -D__i486__ t1.pas /tmp/cca00301.i GNU CPP version 970714(2.7.2.1) (i386 Linux/ELF) #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/i586-unknown-linux/include /usr/lib/gcc-lib/i586-unknown-linux/2.7.2.1/include /usr/include End of search list. /usr/lib/gcc-lib/i586-unknown-linux/2.7.2.1/gpc1 /tmp/cca00301.i -quiet -dumpbase t1.pas -version -famtmpfile=t1.gpc -o /tmp/cca00301.s GNU Pascal version 970714(2.7.2.1) (i386 Linux/ELF) compiled by GNU C version 2.7.2.1
/tmp/cca00301.i:1: numeric constant with no digits /tmp/cca00301.i:1: numeric constant with no digits /tmp/cca00301.i:1: invalid #line /tmp/cca00301.i:2: warning: missing program header /tmp/cca00301.i: In function 'program_noname': /tmp/cca00301.i:2: parse error at null character
{ now the program } program t1;
begin writeln('test'); end.
{***************** whew *****************}
I thought perhaps something was funny with my Linux setup so I freshly installed RedHat 4.1 on a i486. Exact same thing (except for the temp file name) So, same result on three different computers, all with RedHat 4.1 installation. A laptop, and two desk-tops. Ver 2 of GPC works great! I removed the 970714 files and untared version 2. It works great!!!
Good Luck! If anything becomes obvious to me I will let you know!
Thanks! Confused in Las Vegas... Ken L.