<html><body><span style="font-family: Arial,Helvetica,sans-serif;"><font size="2">I'm trying to build GDAL from source on my home workstation running PCLinuxOS 0.92. I can run "./configure --without-jasper" without any problems, but when I run "make", I get some errors and it quits out on me. Below is the last few lines of output on the terminal when it quits on me. It appears to be related to the OGR installation and GDALRegister_DIPX - but I'm fairly new to Linux and compiling from source, so I need some direction here. Any help would be greatly appreciated!<br><br>-Ben Slater<br><br><span style="color: rgb(51, 51, 255);">make[1]: Entering directory `/home/Ben/gdal-cvs-2006.02.02/ogr'<br>/bin/sh ../libtool --mode=compile g++ -Wall -O2 -Iogrsf_frmts -I. -I../port <br>-I../gcore -I../alg - I../ogr -I../ogr/ogrsf_frmts <br>-DHAVE_GEOS=1 -I/usr/local/include -DOGR_ENABLED -c -o ogrinfo.o ogri <br>nfo.cpp<br> g++ -Wall -O2 -Iogrsf_frmts -I. -I../port -I../gcore -I../alg -I../ogr <br>-I../ogr/ogrsf_frmts -DHAVE_ GEOS=1 -I/usr/local/include <br>-DOGR_ENABLED -c ogrinfo.cpp -fPIC -DPIC -o .libs/ogrinfo.o g++ -Wall -O2 -Iogrsf_frmts -I. -I../port -I../gcore -I../alg -I../ogr <br>-I../ogr/ogrsf_frmts -DHAVE_ GEOS=1 -I/usr/local/include <br>-DOGR_ENABLED -c ogrinfo.cpp -o ogrinfo.o >/dev/null 2>&1 /bin/sh ../libtool --mode=link g++ ogrinfo.o ../libgdal.la -o ogrinfo<br>g++ ogrinfo.o -o .libs/ogrinfo ../.libs/libgdal.so<br>-L/usr/local/lib /usr/local/lib/libgeos.so /usr/ <br>lib/libodbc.so -lpthread /usr/lib/libjpeg.so -ltiff -lpng -L/usr/lib -lpq -lz <br>-lrt -ldl<br>../.libs/libgdal.so: undefined reference to `GDALRegister_DIPX'<br>collect2: ld returned 1 exit status<br>make[1]: *** [ogrinfo] Error 1<br>make[1]: Leaving directory `/home/Ben/gdal-cvs-2006.02.02/ogr'<br>make: *** [ogr-apps] Error 2<br></span><br></font></span></body></html>