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]
Other format: [Raw text]

[Bug bootstrap/11621] 'make all' fails with "No rule to make target `../libiberty/libiberty.a'


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11621



------- Additional Comments From dj at redhat dot com  2003-07-21 20:21 -------
Subject: Re:  New: 'make all' fails with "No rule to make target `../libiberty/libiberty.a'


> --disable-shared

Does it work without this option?

> Built with:
> 
>   make all

Any $MAKEFLAGS?  I'm thinking a -j4 might have crept in...

>   make: *** No rule to make target `../libiberty/libiberty.a', needed by

Is there a ../libiberty directory, and does it look like it's been
built?  I.e. does it have objects, perhaps a .libs/ subdirectory with
a shared library in it?


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