[Rather delayed as I forgot to retry the bounce I got to start with.]

vithanousek <[email protected]> writes:

> Hello,
>
> At first excuse my poor level of english.
>
> I got in problems when I comiled OrangeFS 2.8.7 (current stable), with 
> CFLAGS="-fPIC". I was navigated by OpenMPI with ROMIO, to recompile OrangeFS
> with this flag, without this flag compilation works without problems, but I 
> need OrangeFS at first for ROMIO.

Did you manage to get ROMIO working correctly with it?  I was waiting
for the reported problem with OMPI 1.6 to be fixed.

> I compiled OrangeFS by this way:
> export CFLAGS="-fPIC"
> ./configure --prefix=/usr/local/orangefs --with-kernel=/usr/src/kernels/2.6.
> 32-431.5.1.el6.x86_64 --with-openib=/usr --without-bmi-tcp

For what it's worth, I built RH6 RPMS with
<http://arc.liv.ac.uk/downloads/misc/SPECS/orangefs.spec> (which doesn't
add -fPIC specifically) and the patch in the parallel SOURCES directory.

The problem I found is that the autoconf test uses -Werror, the compiler
gives an unused variable warning for the current_fsuid test, and it
fails with the normal RPM-defined CFLAGS.

I couldn't make building the module under dkms work in the normal way,
and I fiddled it in the dkms.conf for the package.  I'd be interested if
anyone has a better solution.

_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to