libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configuring libtool on 10.3.3 and/or multiple symbol definitions


From: Randall Skelton
Subject: configuring libtool on 10.3.3 and/or multiple symbol definitions
Date: Thu, 25 Mar 2004 18:34:13 -0500

I seem to be having troubles getting the cvs code to configure on OS X 10.3.

--
## ------------------------------------------------------------ ##
## Configuring libtool (Build: 1.1458 2004/03/24 14:23:18) 1.5a ##
## ------------------------------------------------------------ ##

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/Users/skelton/Tmp/libtool/config/missing: /Users/skelton/Tmp/libtool/config/missing: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... no
[snip noise]
./configure: line 2946: AC_PROG_LD: command not found
./configure: line 2947: AC_PROG_NM: command not found
[snip noise]
checking whether g77 accepts -g... yes
./configure: line 3900: syntax error near unexpected token `dlopen'
./configure: line 3900: `LT_INIT(dlopen win32-dll all-lang)'
--

Alternatively, perhaps someone can explain how to avoid multiple definitions of symbols using the stock developer tools version of libtool:

--
make[3]: Nothing to be done for `all'.
/bin/sh ../libtool --mode=link gcc -g -O2 -I/usr/local/pgsql/include -L/usr/local/pgsql/lib -o libracelib-1.0.la -rpath /usr/local/lib -version-info 1:0:0 -release 1.0 bomem/libbomem.la io/libio.la general/libgeneral.la math/libmath.la util/libutil.la rm -fr .libs/libracelib-1.0.la .libs/libracelib-1.0.* .libs/libracelib-1.0-1.0.* gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libracelib-1.0-1.0.1 -all_load bomem/.libs/libbomem.al io/.libs/libio.al general/.libs/libgeneral.al math/.libs/libmath.al util/.libs/libutil.al -L/usr/local/pgsql/lib bomem/.libs/libbomem.al io/.libs/libio.al general/.libs/libgeneral.al -lpq math/.libs/libmath.al util/.libs/libutil.al -install_name /usr/local/lib/libracelib-1.0-1.0.1 -compatibility_version 2 -current_version 2.0
ld: multiple definitions of symbol _ClearDataRecordAux
bomem/.libs/libbomem.al(AceDasBFile.lo) definition of _ClearDataRecordAux in section (__TEXT,__text) bomem/.libs/libbomem.al(AceDasBFile.lo) definition of _ClearDataRecordAux in section (__TEXT,__text)
ld: multiple definitions of symbol _ClearDataRecordFts
[begin multiple definition hell]
--

Many thanks,
Randall





reply via email to

[Prev in Thread] Current Thread [Next in Thread]