Linker flags not processed

Martin Spott martin at quickstep.oche.de
Mon Sep 11 17:40:00 EDT 2000


I'm trying to build FreeTDS on a SGI IRIX64 and I encounter, that the linker
flags I set in config.site are being not processed when linking the shared
libraries:

gcc -shared  mem.o token.o util.o login.o read.o write.o convert.o numeric.o
-L/usr/local/lib -L/opt/gnu/lib -lc -Wl,-soname -Wl,libtds.so.1 `test -n
"sgi1.0" && echo -Wl,-set_version -Wl,sgi1.0` -Wl,-update_registry
-Wl,.libs/so_locations -o .libs/libtds.so.1.0


I'm missing the flags "-mabi=64 -mips4" that I set in config.site:

LDFLAGS="-mabi=64 -mips4"


Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--------------------------------------------------------------------------



More information about the FreeTDS mailing list