LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-26-2003, 09:39 AM   #31
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53

I take it that's the output from make. Did ./configure execute without a hitch? Which version of gcc are you using? Type gcc --version to find out.
 
Old 09-26-2003, 06:21 PM   #32
kondotai
LQ Newbie
 
Registered: Jul 2003
Posts: 1

Rep: Reputation: 0
Just to add another P2P program you can use Bit Torrents.

Easy to install and download.
You have to get Wxpython to run it though.

hope this helps
 
Old 09-26-2003, 07:01 PM   #33
Trinity22
Member
 
Registered: Jul 2003
Location: oregon coast
Distribution: Fedora Core 3
Posts: 280

Rep: Reputation: 30
Just install the gtk-gnutella rpm. I did and within 5 minutes or so I was downloading everything I was looking for. Works perfect for me. I'm using JAMD (built from Redhat 9)

trinity
 
Old 09-26-2003, 07:18 PM   #34
hexx
Member
 
Registered: Aug 2003
Location: Canada
Distribution: Mandrake
Posts: 91

Rep: Reputation: 15
my gcc version is 3.2.2 and im using mandrake 9.1 after i did ./configure it wall all good when i try to make it gives me:

Code:
make  all-recursive
make[1]: Entering directory `/home/hexx/Documents/gift-gnutella-0.0.6'
Making all in m4
make[2]: Entering directory `/home/hexx/Documents/gift-gnutella-0.0.6/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/hexx/Documents/gift-gnutella-0.0.6/m4'
Making all in data
make[2]: Entering directory `/home/hexx/Documents/gift-gnutella-0.0.6/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/hexx/Documents/gift-gnutella-0.0.6/data'
Making all in src
make[2]: Entering directory `/home/hexx/Documents/gift-gnutella-0.0.6/src'
Making all in io
make[3]: Entering directory `/home/hexx/Documents/gift-gnutella-0.0.6/src/io'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/hexx/Documents/gift-gnutella-0.0.6/src/io'
make[3]: Entering directory `/home/hexx/Documents/gift-gnutella-0.0.6/src'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..  -I/usr/include  -I/usr/local/include   -Wall -g -O2 -MT gt_connect.lo -MD -MP -MF ".deps/gt_connect.Tpo" \
  -c -o gt_connect.lo `test -f 'gt_connect.c' || echo './'`gt_connect.c; \
then mv ".deps/gt_connect.Tpo" ".deps/gt_connect.Plo"; \
else rm -f ".deps/gt_connect.Tpo"; exit 1; \
fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I/usr/local/include -Wall -g -O2 -MT gt_connect.lo -MD -MP -MF .deps/gt_connect.Tpo -c gt_connect.c  -fPIC -DPIC -o gt_connect.lo
In file included from gt_connect.c:22:
gt_protocol.h:78: conflicting types for `upload_availability'
/usr/local/include/libgift/proto/transfer_api.h:188: previous declaration of `upload_availability'
make[3]: *** [gt_connect.lo] Error 1
make[3]: Leaving directory `/home/hexx/Documents/gift-gnutella-0.0.6/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/hexx/Documents/gift-gnutella-0.0.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hexx/Documents/gift-gnutella-0.0.6'
make: *** [all] Error 2
i didnt find rpm for mandrake..

Last edited by hexx; 09-26-2003 at 07:20 PM.
 
Old 09-27-2003, 05:31 AM   #35
dARkHunTEr
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213

Rep: Reputation: 30
You could try a RedHat rpm, I thought they were around the same.

For the build error, seems to be some code error, retry building it from a clean directory (remove the old dir and re-extract it from the tar.gz package.)

I'm using slackware 9 and it worked fine here.
 
Old 09-27-2003, 11:38 AM   #36
hexx
Member
 
Registered: Aug 2003
Location: Canada
Distribution: Mandrake
Posts: 91

Rep: Reputation: 15
i tried it again..and i got same error..where can i get rpm for redhat?
 
Old 09-27-2003, 11:39 AM   #37
dARkHunTEr
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213

Rep: Reputation: 30
On the same site? Maybe they don't have it, I didn't check.
Try compiling another version and otherwise upgrade some dependencies.
 
Old 09-28-2003, 12:45 AM   #38
adz
Senior Member
 
Registered: Jun 2003
Location: Sydney
Distribution: Debian, FreeBSD
Posts: 1,713

Rep: Reputation: 53
Did you type make all-recusive? Just type make instead. See if that helps. I hear also gcc 3.2 isn't very good. Try to get 3.3 or 2.95. They'll be available as rpms I'm sure and you can have more than one version installed at any one time.
 
Old 09-28-2003, 12:51 AM   #39
christer
Member
 
Registered: Sep 2003
Location: Utah
Distribution: Red Hat 9
Posts: 131

Rep: Reputation: 15
I just setup 'OverNet' which works pretty well. It is a pretty easy installation. Download the GUI and the source. Pretty easy, although I thought the documentation was a little lacking.

Link:
http://www.overnet.com/downloads.php
 
Old 09-28-2003, 05:13 AM   #40
tomerbd
LQ Newbie
 
Registered: Sep 2003
Posts: 11

Rep: Reputation: 0
regarding the connection refused problem

you started only the gui
you should start as well the engine

./mlnet -daemon

Tomer
 
Old 10-13-2003, 01:55 AM   #41
hexx
Member
 
Registered: Aug 2003
Location: Canada
Distribution: Mandrake
Posts: 91

Rep: Reputation: 15
cool they just released a new gift-gnutella version. works fine now. Thanks
 
  


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
p2p bong.mau Linux - Software 1 11-30-2005 02:52 PM
p2p ???? unionjak SUSE / openSUSE 5 10-17-2005 11:40 AM
help please. P2P KezzerDrix Linux - Software 4 03-24-2005 02:39 PM
Risk of Linux P2P vs. Windows P2P software snatale1 Linux - Software 2 12-04-2004 07:14 PM
p2p? Virtualhate Linux - Newbie 7 06-29-2004 10:30 PM

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

All times are GMT -5. The time now is 07:59 AM.

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