From: Jon T. <jt...@lu...> - 2001-01-19 04:41:29
|
> On Wed, 17 Jan 2001, Jon Taylor wrote: >> Normal X11-target builds appear to work fine, but when I enable GGI >> support it builds OK but dies during the final link step with: >> > libtool: link: cannot find the library `' >> > I've looked everywhere I can think of, but I can't seem to find where >> this is coming from. Sven? Any ideas? >> > Jon > > Are you talking about > > ./configure --with-ggi=/usr/local > make > > Then you get an error at the linking? I always get that error no matter what I do. > I sent an email to Brian Paul stating that I managed to get the cvs to build > with > > libtool 1.3.5 > automake 1.4 > autoconf 2.13 I've been using the CVS versions of all of those tools, so I figured I'd try falling back to the versions you used. No luck, it gives me the exact same error. > When I compile with > > ./configure --with-ggi=/usr/local > make > > Mine compiles and links fine. I would be happy to share what I know with you. Please do. What's your GGI installation look like? Did you do anything unusual there? I think that might be the problem. libtool tends to barf when told to link a libtool-using package (like Mesa) with alread-installed libtool convenience libraries (.la files, like LibGGI). Jon |