Skip to Content.
Sympa Menu

freetds - Re: [freetds] make failed

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Evan Rempel <erempel AT uvic.ca>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] make failed
  • Date: Wed, 24 Aug 2005 18:55:58 -0700 (PDT)


Yes, I had the same problem. I downloaded the gnu libtool,
configured it (LDFLAGS=-Wl,-brtl ./configure) ran make and make install.

Then the freeTDS ./configure and make run fine.

Evan Rempel.

On Wed, 24 Aug 2005, Loo, Peter wrote:

> Date: Wed, 24 Aug 2005 18:37:33 -0700
> From: "Loo, Peter" <Peter.Loo AT bannerhealth.com>
> Reply-To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
> To: freetds AT lists.ibiblio.org
> Subject: [freetds] make failed
>
> Hi,
>
> I am trying to compile freeTDS 0.63 on my AIX 5.2 server, but "make" is
> failing. The last few lines reported errors as follow. Can someone
> please tell me what this means and how I can fix this problem?
>
> /bin/sh ../../libtool --mode=link cc -g -o libtds_objects.la
> mem.lo token.lo util.lo login.lo read.lo write.l
> o convert.lo numeric.lo config.lo query.lo iconv.lo locale.lo
> challenge.lo threadsafe.lo vstrbuild.lo md4.lo md5.lo des.lo
> tdsstring.lo getmac.lo data.lo net.lo -lc
> ar cru .libs/libtds_objects.a .libs/mem.o .libs/token.o .libs/util.o
> .libs/login.o .libs/read.o .libs/write.o .libs/convert.
> o .libs/numeric.o .libs/config.o .libs/query.o .libs/iconv.o
> .libs/locale.o .libs/challenge.o .libs/threadsafe.o .libs/vstrb
> uild.o .libs/md4.o .libs/md5.o .libs/des.o .libs/tdsstring.o
> .libs/getmac.o .libs/data.o .libs/net.o
> ranlib .libs/libtds_objects.a
> creating libtds_objects.la
> (cd .libs && rm -f libtds_objects.la && ln -s ../libtds_objects.la
> libtds_objects.la)
> /bin/sh ../../libtool --mode=link cc -g -o libtds.la -rpath
> /usr/local/lib -version-info 4:0:0 -export-symbols-r
> egex '^(tds_|tdsdump_|tds5_|tds7_).*' libtds_objects.la
> ../replacements/libreplacements.la -liconv -lc
> generating symbol list for `libtds.la'
> /usr/bin/nm -B -BCpg ./.libs/libtds_objects.a
> ../replacements/.libs/libreplacements.a | awk '{ if ((($2 == "T") || ($2
> ==
> "D") || ($2 == "B")) && (substr($3,1,1) != ".")) { print $3 } }' | sort
> -u > .libs/libtds.exp
> grep -E -e "^(tds_|tdsdump_|tds5_|tds7_).*" ".libs/libtds.exp" >
> ".libs/libtds.expT"
> mv -f ".libs/libtds.expT" ".libs/libtds.exp"
> cc -Wl,-bM:SRE -o .libs/libtds.so.4 -liconv -lc -lc
> -Wl,-bE:.libs/libtds.exp -Wl,-bnoentry ${wl}-berok
> ld: 0711-244 ERROR: No csects or exported symbols have been saved.
> make: The error code from the last command is 8.
>
>
> Stop.
> make: The error code from the last command is 1.
>
>
> Stop.
> make: The error code from the last command is 1.
>
>
> Stop.
> make: The error code from the last command is 1.
>
>
> Stop.
>
> Thank you.
>
> Peter Loo
> Technical Services Dept
> Banner Health
> 1441 N. 12th Street,
> Phoenix, AZ 85008
> (602) 495-4305 Work Phone
> (800) 233-5290 Arch Alpha Pager
> (602) 721-2401 Cell Phone
>
>
>
>




Archive powered by MHonArc 2.6.24.

Top of Page