Re: CVS version of gnu-radius: .lo files not created
Sergey Poznyakoff <[email protected]> Sat, 01 Nov 2003 11:05:30 +0200
| Newsgroups | gmane.comp.gnu.radius.bugs |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
Maurice Makaay <[email protected]> wrote: > > > librad_la_OBJECTS = $(am_librad_la_OBJECTS) $(LTLIBOBJS) > > > > Yes, after adding this, I could compile the libraries correctly. So this > seems to be a fix for the problem. This will need some investigation. Generally speaking, the AC_LIBOBJ'd objects should have been added to LIBADD variable, which is always used on the loading stage. If they were not, this could mean some automake/make issue. Could you send me the contents of your files config.log and lib/Makefile.in? By the way, if you made your checkout before 18:23 UTC yesterday, I'd suggest you to run cvs update, since I've checked in some important changes. Regards, Sergey