View Single Post
Old 12-06-2007, 01:51 PM   #39
paulengel
New Member
 
Join Date: Dec 2007
Model: 8830
PIN: N/A
Carrier: Sprint
Posts: 1
Default

OK, I've been trying to get this working for a couple of days... I'm running Ubuntu Gutsy and I've tried all the suggestions but when I try to make Xlt I get:

make all-recursive
make[1]: Entering directory `/home/paul/Xlt'
Making all in .
make[2]: Entering directory `/home/paul/Xlt'
make[2]: Leaving directory `/home/paul/Xlt'
Making all in lib
make[2]: Entering directory `/home/paul/Xlt/lib'
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -version-info 18:3:18 -o libXlt.la -rpath /usr/lib NumEntry.lo calc.lo BubbleButton.lo AnimatedButton.lo Host.lo HostTranscript.lo EntrySB.lo DisplayFallbackResources.lo DisplayOptions.lo RedirectStdErr.lo SelectDebugLevel.lo SetClientIcon.lo Sound.lo ToolBar.lo Working.lo YesNo.lo Stroke.lo NodeButton.lo FilePicker.lo SciPlot.lo SciPlotUtil.lo ListTree.lo AppShell.lo FontChooser.lo SelectionBox.lo SlideC.lo Rdb.lo Timer.lo LiteClue.lo Remote.lo -L/usr/lib -lXm -lXp -lXext -lXmu -lXt -lSM -lICE -lX11 -lpthread -lm
gcc -shared .libs/NumEntry.o .libs/calc.o .libs/BubbleButton.o .libs/AnimatedButton.o .libs/Host.o .libs/HostTranscript.o .libs/EntrySB.o .libs/DisplayFallbackResources.o .libs/DisplayOptions.o .libs/RedirectStdErr.o .libs/SelectDebugLevel.o .libs/SetClientIcon.o .libs/Sound.o .libs/ToolBar.o .libs/Working.o .libs/YesNo.o .libs/Stroke.o .libs/NodeButton.o .libs/FilePicker.o .libs/SciPlot.o .libs/SciPlotUtil.o .libs/ListTree.o .libs/AppShell.o .libs/FontChooser.o .libs/SelectionBox.o .libs/SlideC.o .libs/Rdb.o .libs/Timer.o .libs/LiteClue.o .libs/Remote.o -L/usr/lib -lXm -lXp -lXext -lXmu -lXt -lSM -lICE -lX11 -lpthread -lm -Wl,-soname -Wl,libXlt.so.0 -o .libs/libXlt.so.0.18.3
/usr/bin/ld: cannot find -lXm
collect2: ld returned 1 exit status
make[2]: *** [libXlt.la] Error 1
make[2]: Leaving directory `/home/paul/Xlt/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/paul/Xlt'
make: *** [all] Error 2

Any help would be greatly appreciated.
Offline   Reply With Quote