This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30819] php 5.2.1 / gcc 4.1.1 / solaris 2.9 / 64 bit
- From: "armin at xos dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Feb 2007 18:40:46 -0000
- Subject: [Bug c/30819] php 5.2.1 / gcc 4.1.1 / solaris 2.9 / 64 bit
- References: <bug-30819-14084@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from armin at xos dot net 2007-02-16 18:40 -------
Subject: Re: php 5.2.1 / gcc 4.1.1 / solaris 2.9 / 64 bit
> Use the Sun tools, read the instructions, build only C/C++.
that's how i did it:
CC="cc -xarch=v9" configure --prefix=/usr/local --enable-languages=c,c++
--enable-shared sparcv9-sun-solaris2.9
on solaris 2.9. take care to have the 64bit compiler and 64bit linker in your
path first.
and take care of the LD_LIBRARY_PATH as well. just 64bit.
other than that and maybe 1-2 gnu tools there is no problem.
well yes: make install installes some 32bit libraries into lib, but you find
the 64bit ones
in your build tree. just copy them over. i dunno why that is. (there is a
spracv7 dir and
those get instlled).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30819