Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Jun 1998 08:41:46 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        "Brian Feldman" <brianfeldman@hotmail.com>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Undefined symbols referenced 
Message-ID:  <21343.896715706@time.cdrom.com>
In-Reply-To: Your message of "01 Jun 1998 14:03:25 -0000." <19980601140325.19702.qmail@m2.findmail.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> For all you GIMP users:
> export CVSROOT=':pserver:anonymous@cvs.gimp.org:/debian/home/gnomecvs'
> mkdir CVSROOT;cd CVSROOT
> cvs login && cvs -z9 co gtk+ gimp
> for dir in gtk+ gimp; do cd $dir; ./autogen.sh; gmake all install clean; cd .
.; done
> Is that really too hard, rather than using the goddamned port?!

Not hard, just not a functional substitute:

[do anoncvs stuff to get gtk+ and gimp, which works fine]
jkh@time-> cd ..
jkh@time-> for dir in gtk+ gimp; do cd $dir; ./autogen.sh; gmake all install clean; cd ..; 
> done

You must have libtool installed to compile GTK+.
Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz
(or a newer version if it is available)

You must have automake installed to compile GTK+.
Get ftp://ftp.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz
(or a newer version if it is available)
gmake: *** No rule to make target `all'.  Stop.

You must have libtool installed to compile GIMP.
Get ftp://ftp.gnu.org/pub/gnu/libtool-1.2.tar.gz
(or a newer version if it is available)
...

The DEPENDENCIES like this are specifically what the ports collection
is good at dealing with so that things work consistently for most
users and not just they folks who've already installed libtook and/or
automake and simply forgotten that fact. :-)

- Jordan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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