This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: LIBOBJS problem with automake 1.8
- From: Alexandre Duret-Lutz <adl at src dot lip6 dot fr>
- To: Peter Simons <simons at cryp dot to>
- Cc: automake at gnu dot org
- Date: Mon, 25 Oct 2004 22:50:49 +0200
- Subject: Re: LIBOBJS problem with automake 1.8
- References: <871xfm7sv8.fsf@peti.cryp.to>
>>> "Peter" == Peter Simons <simons@cryp.to> 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