autoconf
[Top][All Lists]
Advanced

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

Re: problem locating headers, I think


From: Ralf Wildenhues
Subject: Re: problem locating headers, I think
Date: Tue, 20 May 2008 12:01:27 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]