espressomd-users
[Top][All Lists]
Advanced

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

Re: [ESPResSo] compilation on AIX


From: Olaf Lenz
Subject: Re: [ESPResSo] compilation on AIX
Date: Wed, 05 Sep 2007 19:41:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061214 SUSE/1.99.1-38.1 Thunderbird/2.0b1 Mnenhy/0.7.4.0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Hello!

Today, I have had some time to investigate your problem. I have got a
solution made by other people that should solve the problems, however I
was not able to verify it in the short time.

One problem was connected with specifying the MPI compiler mpCC instead
of the default compilers, the other is connected to using a Tcl library
that is also compiled using this compiler.

This means that you will have to compile the Tcl interpreter yourself.
In the following, I will copy the step-by-step instructions that I got:

1. Get and unpack Tcl.
2. To compile it, you will have to edit the "configure" script, find the
line that contains "can not run test program", and remove the "exit"
command.
3. Now configure, build and install it with
./configure --prefix=$HOME CC=mpCC LDFLAGS="-b64" LIBS="-lm" CFLAGS="-q64"
gmake
gmake install

Now you can compile ESPResSo:
1. Get and unpack the sources.
2. Configure and compile it via:
configure CC=mpCC LDFLAGS="-b64 -L$HOME/lib" LIBS="-lm" CFLAGS="-q64"
CPPFLAGS="-I$HOME/include"
gmake

I hope that this helps!

Cheers
        Olaf
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFG3upUtQ3riQ3oo/oRA4RFAKCkrhaIHyY80fUPLCyncXuBeyRVnwCeLa8b
2zFRlMMY2cZjI2TFClVzjg4=
=RgzL
-----END PGP SIGNATURE-----



reply via email to

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