Re: OT: problem with linking programs using lesstif

2012-08-14 Thread Tom Horsley
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

Re: OT: problem with linking programs using lesstif

2012-08-14 Thread Joachim Backes
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 >

Re: OT: problem with linking programs using lesstif

2012-08-14 Thread Joachim Backes
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 >

Re: OT: problem with linking programs using lesstif

2012-08-14 Thread Mark C. Allman
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

OT: problem with linking programs using lesstif

2012-08-14 Thread Joachim Backes
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