LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-05-2004, 03:17 AM   #1
kandar
LQ Newbie
 
Registered: Aug 2004
Posts: 1

Rep: Reputation: 0
Exclamation 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
 
Old 08-05-2004, 04:37 AM   #2
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
This any help..?
 
Old 11-02-2013, 02:02 PM   #3
jpelletier
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Rep: Reputation: 0
Cannot find -lint -- temporary fix

If the local language support is not necessary or for a temporary check, the software can be configured without the nls option.
> ./configure --disable-nls
Then compile with 'make' and 'make install' as usual.

This should work for any software using the autotools (configure/make/make install) to compile.
 
Old 06-08-2014, 07:51 AM   #4
cjr9968
LQ Newbie
 
Registered: Jun 2014
Posts: 1

Rep: Reputation: Disabled
I bumped into a similar problem when trying to compile a program on cygwin. It looked like it was related to some gtk3 library dependency that GCC couldn't resolve (if not that it was python 2.7, but that seems less likely). It turned out that I had the intl runtime library installed but not the GNOME and/or devel packages. I did not look into it much, but installing both from the cygwin setup fixed it for me.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
linux find to find files with multiple patterns subu_s Programming 6 12-15-2010 12:15 AM
Can`t find C-compiler in Debian ,or at least can`t find one that can make executables hemmelig Linux - Software 4 05-26-2008 03:07 AM
find: . changed during execution of find suse degraffenried13 Linux - General 3 12-12-2004 07:13 PM
linux 'find' to find text files subu_s Programming 2 12-02-2004 02:56 AM
cannot find -lintl ?? zspirit Linux From Scratch 3 07-25-2003 05:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration