Skip to Content.
Sympa Menu

freetds - couple of compiling questions

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Gregg Jensen <greggj AT savvis.net>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: couple of compiling questions
  • Date: Mon, 16 Nov 1998 15:27:24 -0600


With the new configure system in place, I have had some problems getting
the correct output for the Makefiles. It complains with:

...
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
./configure: AM_PROG_LIBTOOL: command not found
...

Then running make it bombs with the message:

Making all in src
make[1]: Entering directory `/usr/pkg/junk/freetds/src'
Making all in tds
make[2]: Entering directory `/usr/pkg/junk/freetds/src/tds'
make[2]: LIBTOOL@: Command not found
make[2]: *** [mem.lo] Error 127
make[2]: Leaving directory `/usr/pkg/junk/freetds/src/tds'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/pkg/junk/freetds/src'
make: *** [all-recursive] Error 1


This is probably something that I am missing, so any help would be
appreciated. I have been getting around it by coping in the code from
the system before configure (or when it was working).

Also, with the latest update from CVS (trying to compile after I
commited my changes), I got an error about:

make[2]: Entering directory `/usr/pkg/junk/freetds/src/tds'
/bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"freetds\"
-DVERSION=\"0.31\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_SOCKET=1 -I. -I.
-I../../include -g -O2 -DHW_LITTLE_ENDIAN -DTDS50 -c util.c
gcc -DPACKAGE=\"freetds\" -DVERSION=\"0.31\" -DSTDC_HEADERS=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRFTIME=1 -DHAVE_SOCKET=1
-I. -I. -I../../include -g -O2 -DHW_LITTLE_ENDIAN -DTDS50 -c -fPIC -DPIC
util.c
util.c:8: sys/syslimits.h: No such file or directory


Again, it is probably something simple and I am just overlooking it, but
I haven't taken the time to sort the problems out.

Gregg





Archive powered by MHonArc 2.6.24.

Top of Page