This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: LIBOBJS problem with automake 1.8


>>> "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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]