Hi :-)<br>
<br>
I get this problem :<br>
<br>
[root@ana gdal-1.3.1]# ./configure --without-grass
--with-hdf4=/usr/local/hdf4.2r1 --with-libtiff=internal
--with-geotiff=internal --with-python --without-ogdi --without-libgrass
--enable-shared<br>
checking build system type... i686-pc-linux-gnu<br>
checking host system type... i686-pc-linux-gnu<br>
checking target system type... i686-pc-linux-gnu<br>
checking for gcc... gcc<br>
checking for C compiler default output file name... a.out<br>
checking whether the C compiler works... yes<br>
checking whether we are cross compiling... no<br>
checking for suffix of executables...<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ANSI C... none needed<br>
checking for g++... g++<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether g++ accepts -g... yes<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for egrep... grep -E<br>
checking for ld used by gcc... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for BSD-compatible nm... /usr/bin/nm -B<br>
checking whether ln -s works... yes<br>
checking how to recognise dependent libraries... pass_all<br>
checking how to run the C preprocessor... gcc -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking dlfcn.h usability... yes<br>
checking dlfcn.h presence... yes<br>
checking for dlfcn.h... yes<br>
checking how to run the C++ preprocessor... g++ -E<br>
checking for g77... no<br>
checking for f77... no<br>
checking for xlf... no<br>
checking for frt... no<br>
checking for pgf77... no<br>
checking for fort77... no<br>
checking for fl32... no<br>
checking for af77... no<br>
checking for f90... no<br>
checking for xlf90... no<br>
checking for pgf90... no<br>
checking for epcf90... no<br>
checking for f95... f95<br>
checking whether we are using the GNU Fortran 77 compiler... yes<br>
checking whether f95 accepts -g... yes<br>
checking the maximum length of command line arguments... 32768<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking for objdir... .libs<br>
checking for ar... ar<br>
checking for ranlib... ranlib<br>
checking for strip... strip<br>
checking if gcc static flag&nbsp; works... yes<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC<br>
checking if gcc PIC flag -fPIC works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
configure: creating libtool<br>
appending configuration tag &quot;CXX&quot; to libtool<br>
checking for ld used by g++... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>
checking for g++ option to produce PIC... -fPIC<br>
checking if g++ PIC flag -fPIC works... yes<br>
checking if g++ supports -c -o file.o... yes<br>
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
appending configuration tag &quot;F77&quot; to libtool<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking for f95 option to produce PIC... -fPIC<br>
checking if f95 PIC flag -fPIC works... yes<br>
checking if f95 supports -c -o file.o... yes<br>
checking whether the f95 linker (/usr/bin/ld) supports shared libraries... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking for dlopen in -ldl... yes<br>
checking for nanosleep in -lrt... yes<br>
checking for main in -lm... yes<br>
checking for ANSI C header files... (cached) yes<br>
checking assert.h usability... yes<br>
checking assert.h presence... yes<br>
checking for assert.h... yes<br>
checking fcntl.h usability... yes<br>
checking fcntl.h presence... yes<br>
checking for fcntl.h... yes<br>
checking for unistd.h... (cached) yes<br>
checking dbmalloc.h usability... no<br>
checking dbmalloc.h presence... no<br>
checking for dbmalloc.h... no<br>
checking for dlfcn.h... (cached) yes<br>
checking for stdint.h... (cached) yes<br>
checking limits.h usability... yes<br>
checking limits.h presence... yes<br>
checking for limits.h... yes<br>
checking locale.h usability... yes<br>
checking locale.h presence... yes<br>
checking for locale.h... yes<br>
checking values.h usability... yes<br>
checking values.h presence... yes<br>
checking for values.h... yes<br>
checking float.h usability... yes<br>
checking float.h presence... yes<br>
checking for float.h... yes<br>
checking whether byte ordering is bigendian... no<br>
checking for 64bit integer type... long long<br>
checking for 64bit file io... yes<br>
checking for int... yes<br>
checking size of int... 4<br>
checking for long... yes<br>
checking size of long... 4<br>
checking for int8... no<br>
checking for int16... no<br>
checking for int32... no<br>
checking native cpu bit order... lsb2msb<br>
checking for vprintf... yes<br>
checking for _doprnt... no<br>
checking for vsnprintf... yes<br>
checking for snprintf... yes<br>
checking for atoll... yes<br>
checking for gmtime_r... yes<br>
checking for localtime_r... yes<br>
checking for setlocale... yes<br>
checking for local include/lib path... none<br>
configure: checking whether we should include thread/mutex support......<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; thread safe support disabled.<br>
checking for deflateInit_ in -lz... yes<br>
using pre-installed libz<br>
checking for pg_config... no<br>
checking for PostgreSQL... GRASS support disabled.<br>
checking for ffopen in -lcfitsio... no<br>
libcfitsio not found - FITS support disabled<br>
checking for Mopen in -lcsf... no<br>
checking csf.h usability... no<br>
checking csf.h presence... no<br>
checking for csf.h... no<br>
using internal csf code.<br>
checking for nc_open in -lnetcdf... no<br>
libnetcdf not found - netCDF support disabled<br>
checking for png_set_IHDR in -lpng... yes<br>
checking png.h usability... yes<br>
checking png.h presence... yes<br>
checking for png.h... yes<br>
using pre-installed libpng.<br>
using internal TIFF code.<br>
using internal GeoTIFF code.<br>
checking for jpeg_read_scanlines in -ljpeg... yes<br>
checking jpeglib.h usability... yes<br>
checking jpeglib.h presence... yes<br>
checking for jpeglib.h... yes<br>
checking for width_in_blocks in jpeglib.h... yes<br>
using pre-installed libjpeg.<br>
checking for DGifOpenFileName in -lgif... yes<br>
using pre-installed libgif.<br>
ogdi support disabled.<br>
<span style="color: rgb(153, 0, 0);">checking for FMEObjects... no</span><br style="color: rgb(153, 0, 0);">
<span style="color: rgb(153, 0, 0);">checking for SDreaddata in -lmfhdf... no</span><br style="color: rgb(153, 0, 0);">
<span style="color: rgb(153, 0, 0);">checking for SDreaddata in -lhdf4... no</span><br style="color: rgb(153, 0, 0);">
<span style="color: rgb(153, 0, 0);">checking for SDreaddata in -lmfhdf... no</span><br style="color: rgb(153, 0, 0);">
<span style="color: rgb(153, 0, 0);">checking for SDreaddata in -lmfhdf... no</span><br style="color: rgb(153, 0, 0);">
<span style="color: rgb(153, 0, 0);">configure: error: HDF4 support requested with arg /usr/local/hdf4.2r1, but neither hdf4 nor mfhdf lib found</span><br>
<br>
But :<br>
<br>
]# rpm -Uhv hdf-4.2r1-6.fc4.i386.rpm<br>
Preparing...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
########################################### [100%]<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; package hdf-4.2r1-6.fc4 is already installed<br>
<br>
<br>
:(<br><br><div><span class="gmail_quote">2006/6/16, M S &lt;<a href="mailto:mseibel@gmail.com">mseibel@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>hi.&nbsp; i'm on FC4 too and have compiled from source.&nbsp; if there's anything i can help with please let me know.<br><br><div></div><div><span class="e" id="q_10bdda231a4800cc_1"><span class="gmail_quote">On 6/16/06, <b class="gmail_sendername">
Ana Soares</b> &lt;<a href="mailto:tiobrothercamarada@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
tiobrothercamarada@gmail.com</a>&gt; wrote:</span></span></div><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"></blockquote></div><div>
<span class="e" id="q_10bdda231a4800cc_3"><div>Hello :-)<br>
<br>
&nbsp;I am trying to install grass on fc4... but i can t find any of
the packages on synaptic.... Isn t there ant repostories i should add ??<br>
plesase help me :(<br>
<br>
<a href="http://www.public.asu.edu/%7Eiullah/fc4.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.public.asu.edu/~iullah/fc4.html</a><br>

</div><br></span></div><div>_______________________________________________<br>grassuser mailing list<br><a href="mailto:grassuser@grass.itc.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">grassuser@grass.itc.it
</a><br><a href="http://grass.itc.it/mailman/listinfo/grassuser" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://grass.itc.it/mailman/listinfo/grassuser</a><br><br><br></div><br>

</div></blockquote></div><br>