discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue starting Gorm, ProjectCenter, GWorkspace..etc on netbsd 5.0.2


From: Fred Kiefer
Subject: Re: Issue starting Gorm, ProjectCenter, GWorkspace..etc on netbsd 5.0.2
Date: Tue, 09 Nov 2010 10:07:14 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.15) Gecko/20101026 SUSE/3.0.10 Thunderbird/3.0.10

Hi Nick,

with Nicola's findings I think it is important to have a look at the
config.log and config.h files produced by configure. Somehow two
different versions of X11 are found and this is a problem in itself and
needs to be fixed. And this may resolve your original issue as well.
Are these directories actually different or is one a link to the other
and where could the wrong one come from? Here you should check your path
environment variable:
echo $PATH

Cheers
Fred

Am 08.11.2010 22:10, schrieb Fred Kiefer:
> Am 08.11.2010 13:56, schrieb Nicola Pero:
>>
>>>> freetype-config --libs
>>>>
>>>> and it should return the right command options, but obviously it doesn't.
>>>
>>> It looks like the problem is that it is providing the correct flags to pass 
>>> to ld, but we are passing them to gcc.
>>
>> Why do you say that ?  Any evidence ?
>>
>> What I personally immediately noticed in that linker command line is that it 
>> has both -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib
>> *and* -Wl,-R/usr/X11R7/lib -L/usr/X11R7/lib.  Wouldn't these refer to 
>> different releases of X11 ?  Is it wise to link 
>> against the two at the same time ?  Wouldn't you get conflicting (or just 
>> the wrong) libraries linked in ?
> 
> Well spotted! I overlooked this even when copying the link line into my
> mail and editing it. Any idea how this could happen? Do we screw up
> within configure or later one?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]