On Tue, 14 Aug 2012 14:36:51 +0200
Joachim Backes wrote:
> After making that link, the program links properly.
That probably means you only have the "lib" package
installed and not the "devel" package installed.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscri
On 08/14/2012 02:14 PM, Mark C. Allman wrote:
> On Tue, 2012-08-14 at 13:51 +0200, Joachim Backes wrote:
>> Hi,
>>
>> I have a problem with a program using lesstif: compiling OK, but
>> problems with linking (x86_64 platform):
>>
>> gcc -o xmdemo xmdemo.o \
>> -lXm -lXt -lXpm -lXext -lX11
>
On 08/14/2012 02:14 PM, Mark C. Allman wrote:
> On Tue, 2012-08-14 at 13:51 +0200, Joachim Backes wrote:
>> Hi,
>>
>> I have a problem with a program using lesstif: compiling OK, but
>> problems with linking (x86_64 platform):
>>
>> gcc -o xmdemo xmdemo.o \
>> -lXm -lXt -lXpm -lXext -lX11
>
On Tue, 2012-08-14 at 13:51 +0200, Joachim Backes wrote:
> Hi,
>
> I have a problem with a program using lesstif: compiling OK, but
> problems with linking (x86_64 platform):
>
> gcc -o xmdemo xmdemo.o \
> -lXm -lXt -lXpm -lXext -lX11
> /usr/bin/ld: cannot find -lXpm
> collect2: error: ld
Hi,
I have a problem with a program using lesstif: compiling OK, but
problems with linking (x86_64 platform):
gcc -o xmdemo xmdemo.o \
-lXm -lXt -lXpm -lXext -lX11
/usr/bin/ld: cannot find -lXpm
collect2: error: ld returned 1 exit status
gmake: *** [xmdemo] Error 1
On my box:
ls -l /usr