porting motif on ppc, pls help,urgent

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


Nothing special.

I believe you just forgot to specify correct path to OpenMotif libraries, try to insert -L/usr/X11R6/lib/ before -lXm

thanks but the problem was symlink support wasnt in the boot kernel so have to hard code them

though thanks for your help