Date: Mon, 18 Aug 2003 21:16:53 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Joe Smith <joe@poconogis.com> Cc: freebsd-questions@freebsd.org Subject: Re: compiling on 4.4 Message-ID: <20030818201653.GA62425@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <HAEFKOKGAIGAOJIEOGGMAEGLCAAA.joe@poconogis.com> References: <HAEFKOKGAIGAOJIEOGGMAEGLCAAA.joe@poconogis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Mon, Aug 18, 2003 at 01:30:15PM -0400, Joe Smith wrote:
> I'm trying to compile gdal 1.1.9 (www.remotesensing.org/gdal/) on FreeBSD
> 4.4. I get this:
>
> make: no target to make.
>
> There is no "Makefile" file, but there is a "GNUmakefile". It's just not
> sensing it I guess. I don't think the GNU compiler was installed on the
> system from the start, so I installed GNU Make 3.80 and it still won't
> compile with a simple "make" command. Anyone know what I can do to get GDAL
> compiled?
gdal is in ports. All you need to do is update your ports tree, and then:
# cd /usr/ports/graphics/gdal
# make install
although FreeBSD 4.4 is rather elderly, and not guarranteed to work
with the latest ports.
As for whether the "GNU compiler" was intalled: most of the compiler
tool chain uses GNU programs (gcc, gas etc). One thing that isn't
GNU-ish is the make program (as you might expect, we use Berkeley
make), but make isn't itself a compiler, although it will run any
number of them for you...
If you've installed GNU make from ports, the binary will be called
'gmake'. If you installed it by compiling manually, it's probably
ended up called /usr/local/bin/make. Type:
% which make
to find out which one you are running and adjust your $PATH if it's
not the one you want.
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks
Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614 Bucks., SL7 1TH UK
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)
iD8DBQE/QTQ1dtESqEQa7a0RAlT1AJ9mte3BR/N5Tp/0uKflPkOt4HeJgQCeL6Pc
sycgCThoTPXSVVY+XLl9m7w=
=GwAj
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030818201653.GA62425>
