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.
pls find the error messages below. And pls intimate me if there is any other
way out.
[EMAIL PROTECTED] # make solaris
MAKE="make" MAKEFLAGS="" BPFILTER= \
CC="cc" DEBUG="-g" ./buildsunos
./buildsunos: cc: not found
Testing compiler gcc for 64 bit object file generation.
+ gcc -m64 -mcmodel=kernel -mno-red-zone -ffreestanding conftest11519.c
-o 64.out
conftest11519.c:1: error: code model `kernel' not supported in the 32
bit mode
conftest11519.c:1: sorry, unimplemented: 64-bit mode not compiled in
CC64=false
+ set +x
No 64 bit capable compiler was found
*** Error code 1
make: Fatal error: Command failed for target `solaris'
[EMAIL PROTECTED] #
Best Regards,
Ananth