|
From: Xiang Z. <tuc...@gm...> - 2011-12-23 22:48:45
|
Dear Valgrind Scholars, I am a new user of this super powerful software. I just want to install it in my laptop following the manual on line. FIrstly, I input: ./configure, It's OK Then I input make It shows some errors like: ld: symbol(s) not found for architecture i386 collect2: ld returned 1 exit status make[2]: *** [libmpiwrap-x86-darwin.so] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Does anybody know why? Thanks. -- Xiang Zheng Department of Applied Mathematics Columbia University New York NY 10027 -- Xiang Zheng Department of Applied Physics and Applied Mathematics Columbia University New York NY 10027 |
|
From: Dave G. <go...@mc...> - 2012-01-03 19:11:18
|
IIRC, the Open MPI installation that ships with your Mac is not bi-arch. Try passing "--without-mpicc" as an argument to the configure script. -Dave On Dec 23, 2011, at 4:48 PM CST, Xiang Zheng wrote: > Dear Valgrind Scholars, > > I am a new user of this super powerful software. > > I just want to install it in my laptop following the manual on line. > > FIrstly, I input: > ./configure, > It's OK > > Then I input > make > > It shows some errors like: > > ld: symbol(s) not found for architecture i386 > collect2: ld returned 1 exit status > make[2]: *** [libmpiwrap-x86-darwin.so] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > > Does anybody know why? > > Thanks. > -- > Xiang Zheng > Department of Applied Mathematics > Columbia University > New York NY 10027 > > > > -- > Xiang Zheng > Department of Applied Physics and Applied Mathematics > Columbia University > New York NY 10027 > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev_______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |