Am Mittwoch, 16. Januar 2008 07:49:43 schrieb Chris Cherrett:
> something like this in the build string would help:
>
> -L../gigedit -lgigedit
>
>
> or
>
> -L$(DESTDIR)/usr/lib64/gigedit -lgigedit
>
> instead of this:
>
> -L/usr/lib64/gigedit -lgigedit
>
> </quote>
>
> I hope this can help. I don't think this will be Gentoo specific.

We're not linking against an install path. When you look at 
src/plugins/Makefile.am you see we're using the $(top_builddir) Make 
variable, which *should* always reflect the directory where you build 
gigedit.

libgigeditlinuxsamplerplugin_la_LIBADD = \
        $(top_builddir)/src/gigedit/libgigedit.la

Makefile.am is used to actually auto generate the required Makefile and in 
that auto generated src/plugins/Makefile the variable $(top_builddir) is 
defined on my box as:

top_builddir = ../..

So I see nothing wrong from our side and I cannot reproduce this problem. The 
ebuild works fine for me. I only have 32 bit boxes in my range though.

CU
Christian

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to