Hi,
I've tried to compile valgrind via the usual
"./configure->make->(hopefully)make install" routine. At this point,
however, I get stuck with the following message:
mpicc -g -O -fno-omit-frame-pointer -Wall -dynamic -arch i386 -dynamic
-dynamiclib -all_load -o libmpiwrap-x86-darwin.so
libmpiwrap_x86_darwin_so-libmpiwrap.o
ld: warning: ignoring file /usr/local/lib/libpmpich.dylib, file was built
for unsupported file format which is not the architecture being linked
(i386)
ld: warning: ignoring file /usr/local/lib/libmpich.dylib, file was built
for unsupported file format which is not the architecture being linked
(i386)
ld: warning: ignoring file /usr/local/lib/libopa.dylib, file was built for
unsupported file format which is not the architecture being linked (i386)
ld: warning: ignoring file /usr/local/lib/libmpl.dylib, file was built for
unsupported file format which is not the architecture being linked (i386)
Undefined symbols for architecture i386:
"_PMPI_Type_extent", referenced from:
----
Is it trying to build a 32-bit application? Can I force 64-bit? There are
other undefined symbols listed below, such
as _PMPI_Type_get_envelope, _PMPI_Type_free, and generally anything with
_PMPI_ in front of it. Do I need to set my $DYLD_LIBRARY_PATH to something
special?
Thanks,
Sohail
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users