Finally I have my dream of installing and configuring a system from the
ground up... but it's not going well :)
The ./configure runs now, that I have made some links to programs not in the
$PATH and installed gcc.... but the make is not finishing. Below is the out
put of make... is it possible to tell what I am doing wrong? Is there some
thing done to every sun box during an expert's setup that I am missing...
remember I forgot to install gcc until after trying to run ./configure....
# make
cd ./popper && make all
gcc -c -I.. -I.. -I. \
-I../mmangle -I../common \
-g -O2 -fpcc-struct-return -DHAVE_CONFIG_H -DSOLARIS2 -DGNU_PASS
-DNO_GETLINE -DCONTENT_LENGTH=1 -DUNIX pop_init.c -o pop_init.o
/usr/ccs/bin/as: "/var/tmp/cc9VTCz9.s", line 1721: error: unknown opcode
".subsection"
/usr/ccs/bin/as: "/var/tmp/cc9VTCz9.s", line 1721: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/cc9VTCz9.s", line 1729: error: unknown opcode
".previous"
/usr/ccs/bin/as: "/var/tmp/cc9VTCz9.s", line 1729: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/cc9VTCz9.s", line 1730: error: unknown opcode
".subsection"
/usr/ccs/bin/as: "/var/tmp/cc9VTCz9.s", line 1730: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/cc9VTCz9.s", line 1788: error: unknown opcode
".previous"
/usr/ccs/bin/as: "/var/tmp/cc9VTCz9.s", line 1788: error: statement syntax
*** Error code 1
make: Fatal error: Command failed for target `pop_init.o' Current working
directory /export/spare/home/jd/utl/qpopper4.0.4/popper
*** Error code 1
make: Fatal error: Command failed for target `popper_server'
thanks
--jd