Hello Bernd, Tuesday, October 16, 2001, 6:39:09 AM, you wrote:
BE> On Tue, Oct 16, 2001 at 01:00:55PM +0200, Zdenek Kabelac wrote: >> On Tue, Oct 16, 2001 at 09:55:54AM +0200, Bernd Ernesti wrote: >> > Hi, >> > >> > I am trying to use the cvs version, I just checked out, but it doesn't >> > work with libtool 1.4: >> > >> > cc -c ./stubs.s -o stubs.lo >> > libtool: link: `stubs.lo' is not a valid libtool object >> > gmake[4]: *** [libloader.la] Error 1 >> > >> > Of course stubs.lo is not a 'normal' .lo file. >> > >> > Is there any way to fix this problem? >> >> temporarily comment out this in your Makefile.am. I don't see any occurrences of 'not a valid libtool object' in libtool 1.4 sources? Are you sure it's 1.4 and not 1.4.2 or CVS? BE> Yeah, I just noticed that this was added to support libtool 1.5. BE> Comenting fixed my compile problem. >> I guess the only solution is to move this code inside a '.c' file >> probably win32.c - because libtool is incompatible between each version. >> Maybe it doesn't like that stubs.s was not created with -fPIC? -- Best regards, Eugene mailto:[EMAIL PROTECTED] _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
