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

build from egcs-1.1.2.tar.gz



Hi,

 I am get the following error on performing the following build
 on Solaris 2.5.1, having configured with the following instruction

../egcs-1.1.2/configure --prefix=/usr/local/Gcs --enable-version-specific-runtime-libs --enable-languages="c++ f77 objc"

gmake bootstrap-lean
...
....

gmake[2]: Entering directory `/home/opt/id6/Archive/Egcs_build/gcc'
if [ -f fixhdr.ready ] ; then \
        true; \
else \
        touch fixhdr.ready; \
fi
if [ -f libgcc2.ready ] ; then \
        true; \
else \
        touch libgcc2.ready; \
fi
gmake[2]: Leaving directory `/home/opt/id6/Archive/Egcs_build/gcc'
Configuring in sparc-sun-solaris2.5.1/libio
gmake[2]: Leaving directory `/home/opt/id6/Archive/Egcs_build/gcc'
Configuring in sparc-sun-solaris2.5.1/libio
*** Can only configure for one host and one target at a time.
Usage: configure [OPTIONS] [HOST]


Options: [defaults in brackets]
 --prefix=MYDIR          install into MYDIR [/usr/local]
 --exec-prefix=MYDIR     install host-dependent files into MYDIR [/usr/local]
 --help                  print this message [normal config]
 --build=BUILD           configure for building on BUILD [BUILD=HOST]
 --host=HOST             configure for HOST [determined via config.guess]
 --norecursion           configure this directory only [recurse]
 --program-prefix=FOO    prepend FOO to installed program names [""]
 --program-suffix=FOO    append FOO to installed program names [""]
 --program-transform-name=P transform installed names by sed pattern P [""]
 --site=SITE             configure with site-specific makefile for SITE
 --srcdir=DIR            find the sources in DIR [. or ..]
 --target=TARGET         configure for TARGET [TARGET=HOST]
 --tmpdir=TMPDIR         create temporary files in TMPDIR [/tmp]
 --nfp                   configure for software floating point [hard float]
 --with-FOO, --with-FOO=BAR package FOO is available (parameter BAR)
 --without-FOO           package FOO is NOT available
 --enable-FOO, --enable-FOO=BAR include feature FOO (parameter BAR)
 --disable-FOO           do not include feature FOO

Where HOST and TARGET are something like "sparc-sunos", "mips-sgi-irix5", etc.

gmake[1]: *** [configure-target-libio] Error 1
gmake[1]: Leaving directory `/home/opt/id6/Archive/Egcs_build'
gmake: *** [bootstrap-lean] Error 2
=============================================================================

 I notice that the configure had created an empty directory : Egcs_build/sparc-sun-solaris2.5.1/libio/

 Could this be the real problem ?

 Appreciate your help on this.

   Tarang


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