Skip to Content.
Sympa Menu

freetds - [freetds] linking problems with current CVS

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "TDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: [freetds] linking problems with current CVS
  • Date: Tue, 3 Feb 2004 12:32:46 -0500

I'm trying to track down what changed that would cause linker errors
generating the ct-lib shared library:

gcc -shared \
.libs/ct.o \
.libs/cs.o \
.libs/blk.o \
.libs/ctutil.o \
-Wl,--whole-archive \
../tds/.libs/libtds_objects.a \
../replacements/.libs/libreplacements.a \
-Wl,--no-whole-archive \
../tds/.libs/libtds_objects.a \
../replacements/.libs/libreplacements.a \
-Wl,-Bsymbolic \
-Wl,-soname \
-Wl,libct.so.3 \
-Wl,-retain-symbols-file \
-Wl,.libs/libct.exp \
-o .libs/libct.so.3.0
.libs/ct.o: In function `_ct_get_msgstr':
src/ctlib/ct.c:133: undefined reference to `asprintf'
.libs/ct.o: In function `_ctclient_msg':
src/ctlib/ct.c:160: undefined reference to `free'
.libs/ct.o: In function `ct_con_alloc':
src/ctlib/ct.c:195: undefined reference to `malloc'
.libs/ct.o: In function `ct_callback':
src/ctlib/ct.c:228: undefined reference to `__sF'
src/ctlib/ct.c:228: undefined reference to `fprintf'
.libs/ct.o: In function `ct_con_props':
src/ctlib/ct.c:268: undefined reference to `malloc'
src/ctlib/ct.c:269: undefined reference to `strcpy'
src/ctlib/ct.c:273: undefined reference to `malloc'
src/ctlib/ct.c:274: undefined reference to `strncpy'
src/ctlib/ct.c:304: undefined reference to `free'
src/ctlib/ct.c:306: undefined reference to `malloc'
src/ctlib/ct.c:309: undefined reference to `memcpy'
src/ctlib/ct.c:353: undefined reference to `free'
src/ctlib/ct.c:398: undefined reference to `strncpy'
src/ctlib/ct.c:411: undefined reference to `memcpy'

(full pathname output shortened for readability)

--jkl

-----------------------------------------
The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the original
message. Please note that we do not accept account orders and/or instructions
by e-mail, and therefore will not be responsible for carrying out such orders
and/or instructions.
If you, as an intended recipient of this commercial e-mail or advertisement,
would not like to receive further e-mail correspondence from the sender,
please "reply" to the sender indicating your wishes.
In the U.S.: 1345 Avenue of the Americas, New York, NY 10105








Archive powered by MHonArc 2.6.24.

Top of Page