This is the mail archive of the gcc-help@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]

Install problems on sparc-sun-solaris2.8


configured as follows:
../gcc/configure --datadir=/usr/local/gnu_share --with-ld=/usr/ccs/bin/ld 
--with-as=/usr/ccs/bin/as --enable-threads=posix --disable-multilib 
--with-gc=page --with-included-gettext --enable-libgcj

Used Solaris C compiler:

setenv CC /appl/lang/SUNWspro/bin/cc

uname -a:

SunOS sunshine 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-1

Bootstrap went fine. I tried to install as follows:

sudo gmake install

I got this error during the install.

gmake[2]: Entering directory `/home/urban/gnu_src/objdir/gcc'
for d in libgcc; do \
  if [ -d $d ]; then true; else /bin/sh ../../gcc/gcc/mkinstalldirs $d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
gmake[2]: Leaving directory `/home/urban/gnu_src/objdir/gcc'
echo timestamp > stmp-multilib
/bin/sh: stmp-multilib: cannot create
gmake[1]: *** [stmp-multilib] Error 1
gmake[1]: Leaving directory `/home/urban/gnu_src/objdir/gcc'
gmake: *** [install-gcc] Error 2

Any help would be greatly appreciated.

Thanks,


D. S. Urban   
email : urban@ast.lmco.com
-------------------------------------------------------------------------------
To be the person, you must know the person. To know the person, you must
understand the person. To understand the person, you must listen. To listen,
you must open your mind and put aside all preconceived ideas and notions.
-------------------------------------------------------------------------------
All opinions expressed are my own not that of my employer


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