Submitted by uditchandna on Mon, 06/22/2009 - 14:36.
i am running fedora core 7
i just installed powerpc tools(embeedded linux development tools)
now i need to port motif library
pls help
X11 and xt functions are easily ported but motif is giving me headaches
it says "ld:couldnt find lXm"
pls help
is their something special to be done while porting motif on embedded linux development kit
any help would be deeply thanked
Mon, 06/22/2009 - 15:23#1
Yuriy Syrota
Nothing special. I believe
Nothing special.
I believe you just forgot to specify correct path to OpenMotif libraries, try to insert -L/usr/X11R6/lib/ before -lXm
Mon, 07/20/2009 - 16:05#2
uditchandna
thanks but the problem was
thanks but the problem was symlink support wasnt in the boot kernel so have to hard code them
though thanks for your help