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

Re: Can't compiles egcs 19980517 linux-gnulibc1 libiberty



On Tue, 19 May 1998, Jeffrey A Law wrote:

>   In message <Pine.A32.3.95.980519135213.16292A-100000@ltoi.iap.physik.tu-darms
> tadt.de>you write:
>   > I can't compile egcs 19980517 on my linux-gnulibc1 system.
> Did you make a fresh build directory like I recommended a
> short while ago due to the libiberty conversion to autoconf?
> 
> Does your libiberty directory have alloca-conf.h?
> 
> jeff
> 

I am not sure what you mean by a fresh directory but I configured and
build the compiler from the toplevel egcs-directory like I always did.
I fetched the complete sources for the previous egcs-compiler and applied 
egcs-19980508-19980517.diff.gz, so there were no old object files lying
around.

In the directory egcs-19980517/libiberty there is a file alloca-conf.h but
not in the directory egcs-19980517/libraries/libiberty. 
The compilation stops in this directory.

make[2]: Entering directory
`/home/schmid/ftp/egcs-19980517/libraries/libiberty'
if [ x"yes" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
make[2]: *** No rule to make target `alloca-conf.h', needed by `argv.o'.
Stop.
make[2]: Leaving directory
`/home/schmid/ftp/egcs-19980517/libraries/libiberty'




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