cannot find -lintl?
Hi, everyone
I compiled a program with makefile on cygwin, but some bugs happened. Here is the error information:
$ make
for c in ../../RoboCupGameController ../../SamplePlayer; do \
make -C $c/host INSTALLDIR=/mydir/gamecontroller/robocupgamecontroller/r
p2/host/MS all ; \
done
make[1]: Entering directory `/mydir/gamecontroller/robocupgamecontroller/RoboCup
GameController/host'
g++ -o roboCupGameController.bin RoboCupGameControllerStub.o RoboCupGameControl
ler.o GUI.o Penalty.o ../../libTeamInfo/src/TeamInfo.o `pkg-config gtk+-2.0 --li
bs` `/usr/local/OPEN_R_SDK/RP_OPEN_R/bin/rp-openr-config --libs`
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: cannot
find -lintl <---------- I guess that's the problem!!!!!!
collect2: ld returned 1 exit status
make[1]: *** [roboCupGameController.bin] Error 1
make[1]: Leaving directory `/mydir/gamecontroller/robocupgamecontroller/RoboCupG
ameController/host'
make[1]: Entering directory `/mydir/gamecontroller/robocupgamecontroller/SampleP
layer/host'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mydir/gamecontroller/robocupgamecontroller/SamplePl
ayer/host'
It seemed like some library cannot founded. If ture, then what is needed ?
How should I do with this problem?
Any help would be appreciated.
kandar
|