[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with libtool
From: |
Marcus Bjurman |
Subject: |
Re: Problem with libtool |
Date: |
Wed, 18 Jun 2003 16:11:10 -0100 |
> I did just see a similar problem, but it was related with
> re'configure'ingof the project sources with a different --prefix.
> It seems that the
> libtool .la file is not updated with the new prefix, I had to `make
> clean`before it got it right. Perhaps there's a similar thing about
> your stuff
> here that the linker script (.la) has an old prefix from an earlier
> build?
> have fun,
> -- guido
Yes, 'make clean' solved the problem :)
thanks
/Marcus