This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Build failure with gcc-ss-20010101
Alexandre Oliva writes:
> On Jan 2, 2001, David Ronis <ronis@ronispc.chem.mcgill.ca> wrote:
>
> > objdir/gcc is empty.
>
> This would indicate something went wrong in the top-level configure.
> Re-run it, and see if anything changes.
I reran configure manually in objdir as:
../gcc/configure --prefix=/usr --with-gnu-as --enable-shared --with-gnu-ld --enable-threads=posix
I get:
Configuring for a i686-pc-linux-gnu host.
*** This configuration is not supported in the following subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava target-libchill
(Any other directories should still work fine.)
Created "Makefile" in /home/ronis/Project/notar/objdir using "mh-frag" and "mt-frag"
./config.status is unchanged
I then see things like
Configuring in libiberty...
[usual configure stuff]
Configuring zlib...
[usual configure stuff]
Configuring gcc...
[Nothing]
Configuring fastjar...
[usual configure stuff]
David