automake
[Top][All Lists]
Advanced

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

Re: LIBOBJS problem with automake 1.8


From: Alexandre Duret-Lutz
Subject: Re: LIBOBJS problem with automake 1.8
Date: Mon, 25 Oct 2004 22:50:49 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Peter" == Peter Simons <address@hidden> writes:

[...]
 Peter> AC_LIBOBJ(libgetopt/getopt)
 Peter> AC_LIBOBJ(libgetopt/getopt1)
[...]
 Peter> but these paths aren't right, because the compiled
 Peter> objects will be placed in

 Peter> ./getopt.o
 Peter> ./getopt1.o

 Peter> ..., not in the libgetopt directory. Thus, compilation fails
 Peter> because the linker won't find the files.

 Peter> Is there any simple way to fix this?

Sure:

AC_LIBOBJ([getopt])
AC_LIBOBJ([getopt1])
-- 
Alexandre Duret-Lutz





reply via email to

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