[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] GD 1.8.4 on RAQ3



"WEBB cite" <webbcite@xxxxxxxxxxx> wrote:
> Any tips on installing GD 1.8.4 on a RAQ 3?  When running 'make' I get the
> following error(s):
>
> gdtest.o: In function `main':
> gdtest.o(.text+0x6d0): undefined reference to `gdImageJpeg'
> gdtest.o(.text+0x712): undefined reference to `gdImageCreateFromJpeg'
> collect2: ld returned 1 exit status
> make: *** [gdtest] Error 1

My guess is that you've configured GD with JPEG support, but either the JPEG
library is installed and GD cannot find it or the JPEG library isn't
installed (more likely).  Grab it from
ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz and install it.  Then
re-install GD.  If GD gives you the same errors, edit INCLUDEDIRS and
LIBDIRS in GD's Makefile to point to the location of JPEG's include and lib
directories.  Alternately, remove references to JPEG in the Makefile to
build GD without JPEG support.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/