> Hello ,> I tried compiling the sources of IPF 4.1.16 on solaris 10/ x86 
> machines.> But while doing "make solaris", it searches for a 64 bit compiler 
> and > fails.> I have installed gcc 3.4.6 in my machine.
 
You shouldn't be using GCC to compile IPF on Solaris. Use Sun Studio 12,
or at least Sun Studio 11.
> MAKE="make" MAKEFLAGS="" BPFILTER= \> CC="cc" DEBUG="-g" ./buildsunos> 
> ./buildsunos: cc: not found
"CC=cc" specifies `cc`, which is Sun's native / Sun Studio compiler.
 
Is Sun Studio (/opt/SUNWspro/*) installed on this system?
If Sun Studio is installed on this system,
are /opt/SUNWspro/bin:/opt/SUNWspro/prod/bin prepended to the value
of the PATH variable?
 
You were specifying `cc` as the compiler, and it cannot be found, either
because the PATH isn't configured correctly, or because Sun Studio isn't
installed.
 
                                           * * *
 
Darren: which optimizations can be safely turned on
(-xO4 -xprefetch=auto -xipo=2 -xlinkopt=2 and so on) when using Sun Studio?
 
_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE

Reply via email to