This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Unsuccessful build of 3.1 on AIX 5.1
David Edelsohn <dje@watson.ibm.com> wrote:
> MPI programs are linked with both libmpi.a and libvtd.a, and with
> the special MPI crt0.o. That is what the "-mpe" option does. If
> /usr/lpp/ppe.poe/crt0.o is not installed on your system then either you
> have something wrong with your installation or a different version of MPI
> than GCC was designed to work with.
Actually, could you tell me what version of poe you're using? The
mpcc script adds -binitfini:poe_remote_main to the arguments for the C
compiler, which sounds a lot like what the special crt0.o is supposed
to do. Certainly, the programs run fine without this special crt0.o.
Is it possible that crt0.o has been removed from the more recent
versions of poe?
Thanks,
Walter Landry
wlandry@ucsd.edu