Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2003 11:43:10 -0600
From:      Jim Ramsay <i.am@jimramsay.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: kazaa client
Message-ID:  <bs9urk$f99$1@sea.gmane.org>
In-Reply-To: <pan.2003.12.23.14.04.29.303411@sremick.net>
References:  <3FE73AD4.8070601@reversedhell.net> <bs7ead$t4c$1@sea.gmane.org> <3FE7A3B7.10405@reversedhell.net> <pan.2003.12.23.14.04.29.303411@sremick.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Scott I. Remick wrote:
> On Tue, 23 Dec 2003 04:08:55 +0200, Anton Alin-Adrian wrote:
> 
> 
>>Thanks. Seems I am going to develop a GTK UI for fasttrack ;P
> 
> 
> Hmm maybe as an easier start, someone can add giFToxic to the FreeBSD
> ports collection?
> 
> http://giftoxic.sourceforge.net/
> 
> Porting is currently outside my own abilities.

I'd love to do this, but I don't know enough about how to create a port.

I downloaded release 0.0.9 and got it to compile on my FreeBSD 4.8 
machine with two small changes necessary:

1) Must compile with gcc version 3.3.3, not version 2.95.4.  (IE, I set 
my environment CC="gcc33" before configuring)

2) The final linking of the executable must also include -lgnugetopts or 
getopts_long is undefined.  This requires the port devel/libgnugetopt 
installed.  I just hacked src/Makefile after configuring, but this 
should probably be done more intelligently.

One of these days I may figure out for myself how to make a port of it, 
but please don't hold your (or anyone else's) breath.

-- 
Jim Ramsay



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bs9urk$f99$1>