Skip to Content.
Sympa Menu

freetds - [freetds] freetds build broken on FreeBSD?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Alex Kiesel <alex.kiesel AT document-root.de>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] freetds build broken on FreeBSD?
  • Date: Tue, 15 Jul 2003 08:15:51 -0000

Hi,

I'm trying to build freetds from CVS of today. Build ends with:

Making all in apps
source='tsql.c' object='tsql.o' libtool=no depfile='.deps/tsql.Po'
tmpdepfile='.deps/tsql.TPo' depmode=gcc /bin/bash ../../depcomp gcc
-DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -DTDS50 -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1
-Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c `test -f
tsql.c || echo './'`tsql.c
In file included from /usr/include/readline/readline.h:37,
from tsql.c:38:
/usr/include/readline/keymaps.h:40: warning: function declaration isn't
a prototype
/usr/include/readline/keymaps.h:41: warning: function declaration isn't
a prototype
/usr/include/readline/keymaps.h:42: warning: function declaration isn't
a prototype
/usr/include/readline/keymaps.h:43: warning: function declaration isn't
a prototype
In file included from tsql.c:38:
/usr/include/readline/readline.h:343: warning: function declaration
isn't a prototype
/bin/bash ../../libtool --mode=link gcc -g -O2 -o tsql tsql.o
-lreadline -lreadline ../tds/libtds.la
mkdir .libs
gcc -g -O2 -o .libs/tsql tsql.o -lreadline ../tds/.libs/libtds.so
gcc: ../tds/.libs/libtds.so: No such file or directory
*** Error code 1

Looking into ../tds/.libs shows the problem:
alex@detention ttyp0 ~/cvs/freetds/freetds/src/tds/.libs# ls -la
total 1676
drwxr-xr-x 2 alex alex 512 Jul 15 10:13 .
drwxr-xr-x 7 alex alex 2048 Jul 15 10:13 ..
-rw-r--r-- 1 alex alex 868188 Jul 15 10:13 libtds.a
lrwxr-xr-x 1 alex alex 12 Jul 15 10:13 libtds.la -> ../libtds.la
-rw-r--r-- 1 alex alex 693 Jul 15 10:13 libtds.lai
lrwxr-xr-x 1 alex alex 11 Jul 15 10:13 libtds.so -> libtds.so.2
-rw-r--r-- 1 alex alex 822458 Jul 15 10:13 libtds_objects.al
lrwxr-xr-x 1 alex alex 20 Jul 15 10:13 libtds_objects.la ->
../libtds_objects.la

libtds.so.2 does not exist. Is this a general problem or caused by my
system?

Thanks for your help,
Alex





Archive powered by MHonArc 2.6.24.

Top of Page