gcc says --with-as=/usr/local/bin/as but AOLserver is trying to build using /usr/ccs/bin/as.
Is this a binary installation of gcc-3.0.1 or did you compile from source? Do you have /usr/local/bin/as? Is /usr/local/bin earlier in your PATH than /usr/ccs/bin? If it isn't, try changing your PATH so that /usr/local/bin/ appears first. -- Dossy On 2001.10.24, gf b <[EMAIL PROTECTED]> wrote: > Hello Dossy, > > Thanks for the speedy reply. > I'm running gcc version 3.0.1: > bash-2.03$ gcc -v > Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.1/specs > Configured with: ../configure --with-as=/usr/local/bin/as > --with-ld=/usr/local/bin/ld --enable-libgcj > Thread model: posix > gcc version 3.0.1 > > Kind Regards, > > Gabriel > > > >From: Dossy <[EMAIL PROTECTED]> > >To: Gabriel Borrageiro <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: [AOLSERVER] gfb: installation problems with > >Date: Wed, 24 Oct 2001 12:04:16 -0400 > > > >Gabriel, > > > >What verison of gcc are you using? > > > >-- Dossy > > > > > >On 2001.10.24, Gabriel Borrageiro <[EMAIL PROTECTED]> wrote: > >> Hi there, > >> > >> I can't for the life of me work out why I can't compile and install > >> aolserver-3.4.2. I'm not sure if I'm missing certain libraries, or if > >the > >> sources are not linked properly. > >> I've attached the error message I receive after running make. > >> Please help! > >> > >[.. snip ..] > >> gcc -c -I../include -D_REENTRANT=1 -DNDEBUG=1 -g -fPIC -Wall -Wno-unused > >> -mcpu=ultra > >> sparc -D_POSIX_PTHREAD_SEMANTICS=1 -DUSE_PTHREAD_SYSSCOPE=1 > >> -DUSE_PTHREAD_PSHARED=1 > >> -DHAVE_ETIME_BUG=1 -DUSE_DUPHIGH=1 -DHAVE_FORK1=1 -I./../generic -I. > >> -DHAVE_UNISTD_ > >> H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TZNAME=1 > >> -DHAVE_TIMEZONE_VAR=1 > >> -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNEED_MATHERR=1 > >-DHAVE_SYS_IOCTL_H=1 > >> -DHAVE_SYS > >> _FILIO_H=1 -DTCL_SHLIB_EXT=\".so\" ./../generic/regexp.c > >> /usr/ccs/bin/as: "/var/tmp/ccaju8EQ.s", line 4633: error: unknown opcode > >> ".subsectio > >> n" > >> /usr/ccs/bin/as: "/var/tmp/ccaju8EQ.s", line 4633: error: statement > >syntax > >> /usr/ccs/bin/as: "/var/tmp/ccaju8EQ.s", line 4686: error: unknown opcode > >> ".previous" > >> /usr/ccs/bin/as: "/var/tmp/ccaju8EQ.s", line 4686: error: statement > >syntax > >> make[2]: *** [regexp.o] Error 1 > >> make[2]: Leaving directory `/tmp/aolserver-3.4.2/tcl7.6/unix' > >> make[1]: *** [all] Error 2 > >> make[1]: Leaving directory `/tmp/aolserver-3.4.2/tcl7.6' > >> make: *** [libtcl76] Error 2 > > > >-- > >Dossy Shiobara mail: [EMAIL PROTECTED] > >Panoptic Computer Network web: http://www.panoptic.com/ > > "He realized the fastest way to change is to laugh at your own > > folly -- then you can let go and quickly move on." (p. 70) > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
