Re: problem locating headers, I think

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

 



Hello Robert,

* Robert Rehammar wrote on Tue, May 20, 2008 at 11:49:00AM CEST:
> I am working on installing a set of programs called h5utils that uses
> the library hdf5. This Library I installed under /scratch/ in a
> parallelised version which can't be used and under /scratch/opt/ in a
> serial version which should be used. I do configure with the command
> ./configure --prefix=/scratch/opt LDFLAGS="-L/scratch/opt/lib"
> CPPFLAGS="-I/scratch/opt/include"

Try 
  ./configure --prefix=/scratch/opt \
    LDFLAGS="-L/scratch/opt/lib -R/scratch/opt/lib" \
    CPPFLAGS="-I/scratch/opt/include"

so that the execution test can succeed.

> checking for unsigned long... yes
> checking size of unsigned long... configure: error: cannot compute
> sizeof (unsigned long), 77
> See `config.log' for more details.

Cheers,
Ralf


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux