On Thu, Oct 26, 2006 at 01:22:24PM -0400, Pete Wyckoff wrote:
> Has anyone tried compiling on ppc64 lately? These folks seem to
> be experiencing link problems related to the new-ish config
> checksum code.
Tacking on a '-lcrypt -lssl' should do the trick.
Maybe the best way to link against pvfs2 code now is with the help
pvfs2-config. try something like this:
# gcc -ggdb -m64 -DPVFS ./src/pvfs.c ./src/netpipe.c \
-o NPpvfs `pvfs2-config --libs`
Or in the netpipe makefile, find PVFS_LDFLAGS and change it to
PVFS_LDFLAGS = $(shell /path/to/pvfs2-config --libs)
I got bit by this in ROMIO land too. I'll add an entry to the FAQ.
==rob
--
Rob Latham
Mathematics and Computer Science Division A215 0178 EA2D B059 8CDF
Argonne National Lab, IL USA B29D F333 664A 4280 315B
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers