[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gcc 2.8.1.c
Hi!
I've loaded up the latest version of my gcc 2.8.1 port and utils PL41 to
ftp://ftp.rz.tu-harburg.de/pub/software/systems/atari/gnu/gcc/2.8.1
The linker uses short UNIX names if GNULIB is set (XXX.a) and normal
UNIX names (libXXX.a) if GNULIB is not set.
Besides the linker generates the correct library name (like gcc 2.7.2)
with the following scheme:
gcc test.c -lc links libc.a / c.a
gcc -mshort test.c -lc links libc16.a / c16.a
gcc -mbaserel test.c -lc links libbc.a / bc.a
The linker assumes [lib]c.a and [lib]m.a as the standard C and math lib
instead of gnu.olb pml.olb!
Chris.
------------------------------------------------------------------------
Christian Felsch email: felsch@tu-harburg.de (Big mails, uue)
Bevenser Weg 18 christian_felsch@hh.maus.de (Mails < 16K)
21079 Hamburg
Germany WWW : http://www.tu-harburg.de/~smcf1605/
------------------------------------------------------------------------