Skip to Content.
Sympa Menu

freetds - Linker flags not processed

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Martin Spott <martin AT quickstep.oche.de>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Linker flags not processed
  • Date: Mon, 11 Sep 2000 23:40:00 +0200


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 !
--------------------------------------------------------------------------



  • Linker flags not processed, Martin Spott, 09/11/2000

Archive powered by MHonArc 2.6.24.

Top of Page