Peter Gerwinski wrote:
Hello!
GPC binaries for OS/2 and DOS (i.e. for EMX) and for Linux can be downloaded from
kampi.hut.fi
but what about the related EMX libs? i'm using the emxgpc from below (downloaded again yesterday)
when i try to use strings it appears that somethings missing for the libs:
program t(input,output); type s1=string(10); var s:s1; begin readln(s); writeln(substr(s,2,3)); end.
compiles and runs fine with Linux or Solaris gpc
but with dos (emxgpc) compile gives:
ld -o t.exe /emx/lib/crt0.o -L/emx/lib/st -L/emx/lib C:\DOS\cce00002 -lgpc -lgcc -lc -lc_app -lc -lgcc -lemx -los2 -lemx2 rts-string.c:144 (/emx/lib/gpc.a(rts-string.o)): Undefined symbol ___gcc_bcmp referenced from text segment rts-string.c:188 (/emx/lib/gpc.a(rts-string.o)): Undefined symbol ___gcc_bcmp referenced from text segment rts-string.c:190 (/emx/lib/gpc.a(rts-string.o)): Undefined symbol ___gcc_bcmp referenced from text segment ectory
/jtv/gnu-pascal/binary/turbo-alpha-2.6.3
and from
ftp.uni-augsburg.de
directory
/pub/gnu/gnu-pascal/turbo-alpha
Good luck,
Peter
Dipl. Phys. Peter Gerwinski Fachbereich Physik Universitaet-GH Essen Phone: +49-201-183-2763 D-45117 Essen Fax: +49-201-183-2120 Germany e-mail: pege@mail.theo-phys.uni-essen.de