LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-30-2004, 08:43 PM   #1
Ian
Member
 
Registered: Feb 2004
Distribution: Mandrake 9.2
Posts: 35

Rep: Reputation: 15
Question Lmule on Mandrake 9.2: make error


Hi,

I'm trying to install lmule-1.2.1 on Mandrake 9.2. I think I have all of the necessary rpms (i.e. wxGTK-2.4.2-1mdk, expat-1.95.6-4mdk). When I type in "./configure" everything goes fine. However, when I type in "make", there is an error (see below). Any ideas as to what I need to do?

Thanks!

Ian


[root@localhost lmule-1.2.1]# make
make all-recursive
make[1]: Entering directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1'
Making all in intl
make[2]: Entering directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/intl'
Making all in m4
make[2]: Entering directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/m4'
Making all in src
make[2]: Entering directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src'
Making all in wx
make[3]: Entering directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src/wx'
Making all in xrc
make[4]: Entering directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src/wx/xrc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src/wx/xrc'
make[4]: Entering directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src/wx'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src/wx'
make[3]: Leaving directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src/wx'
make[3]: Entering directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src'
g++ -g -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -Iwx/xrc -Iwx/xrc/expat/xmlparse -Iwx/xrc/expat/xmltok -o lmule AddFriend.o animate.o BarShader.o BaseClient.o CFile.o ChatWnd.o ClientCredits.o ClientDetailDialog.o ClientList.o ClientUDPSocket.o CMuleNotebookBase.o ColorFrameCtrl.o CommentDialog.o CommentDialogLst.o DirectoryTreeCtrl.o DownloadClient.o DownloadListCtrl.o DownloadQueue.o ED2KLink.o EditServerListDlg.o eggtrayicon.o EMSocket.o emule.o emuleDlg.o FileDetailDialog.o filemem.o Friend.o FriendList.o FriendListCtrl.o gtk2-funcs.o gtkplugxembed.o HTTPDownloadDlg.o ini2.o IPFilter.o KnownFile.o KnownFileList.o listctrl.o ListenSocket.o mmMultiButton.o MuleListCtrl.o MuleNotebook.o muuli_wdr.o OScopeCtrl.o otherfunctions.o packets.o PartFile.o PPgConnection.o PPgDirectories.o PPgFiles.o PPgGeneral.o PPgIrc.o PPgNotify.o PPgServer.o PPgStats.o PPgTweaks.o Preferences.o PreferencesDlg.o Preview.o QueueListCtrl.o resource.o SafeFile.o SearchDlg.o SearchList.o SearchListCtrl.o server.o ServerList.o ServerListCtrl.o ServerSocket.o ServerWnd.o SharedFileList.o SharedFilesCtrl.o SharedFilesWnd.o sockets.o SplitterControl.o StatisticsDlg.o SysTray.o TransferWnd.o treebasc.o treectlc.o UDPSocket.o UploadClient.o UploadListCtrl.o UploadQueue.o Wizard.o TabCtrl.o -Lwx/xrc -lxrc -lexpat -lpthread -pthread -Wl,-rpath -Wl,/usr/lib -lwx_gtk-2.4 -lz -lexpat
/usr/bin/ld: cannot find -lwx_gtk-2.4
collect2: ld returned 1 exit status
make[3]: *** [lmule] Error 1
make[3]: Leaving directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jonesey/Documents/Computer/Software/lmule-1.2.1'
make: *** [all] Error 2
 
Old 03-30-2004, 09:53 PM   #2
wiBo
Member
 
Registered: Aug 2003
Location: Saint-Georges de Beauce
Distribution: Gentoo soon..
Posts: 193

Rep: Reputation: 30
Install the needed files:

-lwx_gtk-2.4
 
Old 03-31-2004, 11:07 PM   #3
Ian
Member
 
Registered: Feb 2004
Distribution: Mandrake 9.2
Posts: 35

Original Poster
Rep: Reputation: 15
Unhappy

I've been trying to find the file lwx_gtk-2.4 on google but have had absolutely no luck. Can you give me any pointers on how I go about finding which RPM I need or what I should do at this point?

Thanks
 
Old 04-02-2004, 11:25 AM   #4
Ian
Member
 
Registered: Feb 2004
Distribution: Mandrake 9.2
Posts: 35

Original Poster
Rep: Reputation: 15
Thumbs up Switched to xmule - make works

I decided to change to xmule. After installing the libraries listed below, I was able to make and "make install" and successfully installed xmule.

-libgtk+1.2.10-38mdk.i586.rpm
-libgtk+1.2-devel-1.2.10-38mdk.i586.rpm
-libwx_base2.4_0-2.4.1-2mdk.i586.rpm
-libwx_base2.4_0-static-devel-2.4.1-2mdk.i586.rpm
-libwxgtk2.4-2.4.2-1mdk.i586.rpm
-libwxgtk2.4-devel-2.4.2-1mdk.i586.rpm
-libwxgtkgl2.4-2.4.2-1mdk.i586.rpm
-wxGTK-2.4.2-1mdk.i586.rpm

(got this info from http://www.xmule.org/index.php?showtopic=1427)
 
Old 04-02-2004, 03:46 PM   #5
wiBo
Member
 
Registered: Aug 2003
Location: Saint-Georges de Beauce
Distribution: Gentoo soon..
Posts: 193

Rep: Reputation: 30
Good.
 
Old 04-03-2004, 07:48 AM   #6
MushaX
LQ Newbie
 
Registered: Apr 2004
Distribution: Mandrake 10.0
Posts: 1

Rep: Reputation: 0
I've installed all the libraries, but i've also "/usr/bin/ld: cannot find -lwx_gtk-2.4". Have anyone an idea?? I want to install xmule. Thx.
 
Old 04-26-2004, 11:56 AM   #7
therock2004
LQ Newbie
 
Registered: Apr 2004
Posts: 3

Rep: Reputation: 0
Question therock

 
Old 04-26-2004, 11:57 AM   #8
therock2004
LQ Newbie
 
Registered: Apr 2004
Posts: 3

Rep: Reputation: 0
Installing Lmule or Emule on Mandrake 9.2

sorry for the last reply...


Can someone tell me how to install Lmule or Xmule..which ever one is easier and stable on Mandrake 9.2...I'm new to Linux and I need instructions for Dummies..
 
Old 04-27-2004, 05:33 PM   #9
Ian
Member
 
Registered: Feb 2004
Distribution: Mandrake 9.2
Posts: 35

Original Poster
Rep: Reputation: 15
Hi,

I'm also somehwat of a newbie, but I'll tell you what I did and hope it works!

1) downloaded all rpm's that are mentioned above from web.
2) used konqueror to open directory into which I had downloaded rpms (i.e. type in "konqueror ~/rpms/)
3) double-clicked on rpms and installed them.
4) downloaded xmule-1.7.4c.tar.bz2
5) typed in the following:
a) "bunzip2 xmule-1.7.4c.tar.bz2"
b) "tar ztvf xmule-1.7.4c.tar"
c) "tar zxvf xmule-1.7.4c.tar"
d) "cd xmule-1.7.4c"
e) "configure"
f) "make"
g) "make install"
6) typed in "xmule"

Ian
 
Old 05-06-2004, 03:58 PM   #10
therock2004
LQ Newbie
 
Registered: Apr 2004
Posts: 3

Rep: Reputation: 0
Ian,

Thanks for your help..I have xmule up and running after installing a few more rpm..
 
Old 08-06-2004, 04:33 AM   #11
sueisfine
Member
 
Registered: Dec 2003
Distribution: Gentoo
Posts: 33

Rep: Reputation: 15
for me helped installing wxwindows

http://www.wxwindows.org/
 
  


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
lopster v1.2.2 make error: No rule to make target `m4/glibc21.m4' Kropotkin Fedora 0 10-31-2004 11:19 AM
LMule psa Linux - Software 7 08-24-2004 02:50 PM
aMule / xMule / lMule invalid static cast error Komakino Linux - Software 5 04-22-2004 06:19 AM
lmule, no wx-config vexer Linux - Software 5 05-06-2003 09:43 AM
make: cc: command not found make: *** [gzip.o]error 127 zyjk Linux - Newbie 5 02-08-2002 09:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:06 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