------- 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

Reply via email to