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]

Re: gcc 2.95.3 building problem


cihan <cihan@enderunix.org> writes:

> if [ x"no" = xyes ] && [ ! -d pic ]; then \
>      mkdir pic; \
>    else true; fi
> touch stamp-picdir
> make[1]: *** No rule to make target `../include/libiberty.h', needed
> by `argv.o'.  Stop.
> make[1]: Leaving directory
> /home/cihan/gcc-2.95.3/i486-slackware-linux/libiberty'
> make: *** [all-target-libiberty] Error 2

Did you by any chance run ./configure, rather than running the
configure script in a different empty directory?

Ian


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