This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Successful Build, GCC 3.1.1, NetBSD 1.5.3 i386


Hi, I successfully built GCC 3.1.1 on NetBSD 1.5.3 i386.
I needed to install binutils, else the build quickly failed
with some errors from the linker. binutils (and gmake 3.79.1) 
were installed  from the package collection, it installs in
/usr/pkg/bin, so I made sure that dir were first in the PATH
$ setenv PATH /usr/pkg/bin:$PATH

After that, and using gmake it builds.

$ pkg_info binutils
Information for binutils-2.11.2:

$ uname -a
NetBSD pip 1.5.3 NetBSD 1.5.3 (GENERIC) #34: Mon Jul  1 21:36:06 CEST
2002    
he@hamster.urc.uninett.no:/usr/src/sys/arch/i386/compile/GENERIC i386

$ gcc-3.1.1/config.guess
i386-unknown-netbsdelf1.5.3

$ gcc311/bin/gcc -v
Reading specs from
gcc311/bin/../lib/gcc-lib/i386-unknown-netbsdelf1.5.3/3.1.1/specs
Configured with: /home/noselasd/gcc-3.1.1/configure
--prefix=/home/noselasd/gcc311
Thread model: single
gcc version 3.1.1


-- 
Nils Olav Selåsdal <NOS@Utel.no>
System Developer, UtelSystems a/s
w w w . u t e l s y s t e m s . c o m



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]