My libtool version is 1.5.20
I tried setting LD_LIBRARY_PATH

The problem is libtool creating:
dependency_libs=-Lxyz -Lxyz/lib -llib1 -l lib2 /usr/local/lib/libdirectfb.la

If anyone knows how i can stop libtool doing this I have looked around web some people suggesting -no-dependency etc but it seems to be a problem with cross-compiling and libtool

Any help much appreciated.
Cheers
Dan


From: Denis Oliver Kropp <[EMAIL PROTECTED]>
Reply-To: Denis Oliver Kropp <[EMAIL PROTECTED]>
To: Daniel Laird <[EMAIL PROTECTED]>
CC: [email protected]
Subject: Re: [directfb-dev] Crosscompiling LiTE
Date: Fri, 28 Oct 2005 21:52:37 +0200

Quoting Daniel Laird:
> Quite new to this, but i will try to explain the problem:
>
> If I crosscompile directfb it gets installed into a directory.
> My target device then uses this as its NFS mounted root directory and all
> works fine.
>
> I try to crosscompile LiTE and it fails with pkg-config errors.
>
> I modify PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR to look at the directory on
> my compile machine which is NFS mounted by target device,
> LiTE now finds all the correct pkgconfig files.
>
> However the .la files that LiTE links against for example libdirectfb.la
> have a hardcoded path like this
> /usr/local/lib/libdirectfb.so

Which libtool version do you use?

Did you try exporting LD_LIBRARY_PATH before configure?

--
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev



_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to