Skip to Content.
Sympa Menu

freetds - problems compiling under IRIX

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: David Nahman <vanyadog AT yahoo.com>
  • To: freetds AT franklin.metalab.unc.edu
  • Subject: problems compiling under IRIX
  • Date: Wed, 3 Jul 2002 18:39:14 -0700 (PDT)


Dear List,

I've downloaded the latest cvs snapshot, and am having
some strange problems building under IRIX 6.5 with gcc
2.95.2. If I run autogen.sh with the no options, I am
able to build fine. If I feed it the options that I
need for my project, namely --disable-shared, the
build chokes when I get to freebcp. My error messages
are:

gcc -DHAVE_CONFIG_H -I. -I. -I../../include
-I../../include -g -O2 -DTDS70 -c freebcp.c

/bin/sh ../../libtool --mode=link gcc -g -O2 -DTDS70
-o freebcp freebcp.o ../dblib/libsybdb.la gcc -g -O2
-DTDS70 -o freebcp freebcp.o
../dblib/.libs/libsybdb.a

ld32: ERROR 33: Unresolved text symbol
"tds_get_locale" -- 1st referenced by
../dblib/.libs/libsybdb.a(dblib.o).
Use linker option -v to see when and which
objects, archives and dsos are loaded.
ld32: INFO 152: Output file removed because of error.
collect2: ld returned 2 exit status
make[2]: *** [freebcp] Error 1


I have banged my head against this for a while, but
I'm not as savvy with autoconf/automake as I would
like to be.

Thanks for any hints,
David Nahman

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com




Archive powered by MHonArc 2.6.24.

Top of Page