Christian Schoenebeck wrote:
> Am Mittwoch, 16. Januar 2008 14:42:34 schrieb Chris Cherrett:
>
>> here is a pastebin of the output. line 340 might help:
>>
>> http://pastebin.com/m3ba3cabc
>>
>> it is linking:
>>
>> -L/usr/lib64/gigedit -lgigedit
>>
>> I hope this means something to you. I have
Am Mittwoch, 16. Januar 2008 14:42:34 schrieb Chris Cherrett:
> here is a pastebin of the output. line 340 might help:
>
> http://pastebin.com/m3ba3cabc
>
> it is linking:
>
> -L/usr/lib64/gigedit -lgigedit
>
> I hope this means something to you. I have installed via good old make
> for now and am
Christian Schoenebeck wrote:
> Am Mittwoch, 16. Januar 2008 13:49:10 schrieb Christian Schoenebeck:
>
>> 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 wh
Am Mittwoch, 16. Januar 2008 13:49:10 schrieb Christian Schoenebeck:
> 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.
>
> libgigedit
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
>
>
>
> I hope this can help. I don't think t
I have installed your ebuild from your website for GigEdit. It compiles
fine but fails to link libraries.
To quote my friend Andrew who walked through this with me:
It is failing on the install stage because you are building in a sand
box. So when you are linking you need to link from within you