libtool
[Top][All Lists]
Advanced

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

I just want to add a .o to the link line


From: Thomas Gagne
Subject: I just want to add a .o to the link line
Date: Tue, 31 Jul 2001 01:17:43 -0400

Which autoconf or automake macro do I use, or is there something I can just
add to the Makefile.am?

Currently it resembles:

lib_LTLIBRARIES = libsybapi11.la

libsybapi11_la_SOURCES = gssybpublic.c gssybapi.c gssybcommon.c

libsybapi11_la_LIBADD = $(GEMSTONE)/lib/gciualib.o

INCLUDES = -I$(GEMSTONE)/include -I$(SYBASE)/include

But I get the error:

libtool: link: cannot build libtool library `libsybapi11.la' from non-libtool
objects

--
.tom






reply via email to

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