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

gcc/ libiberty.a make dependancies broken?


This worked 2001-11-20:

    ../egcs/configure --target=sparc-x-elf
    cd gcc
    gmake tconfig.h

But now it has a dependency problem on `../libiberty/libiberty.a'.
Anyone know if this is new breakage, or if I was lucky before?


HEADERS="auto-host.h ansidecl.h  sparc/sparc.h dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h defaults.h" DEFINES="POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_sparc" \
/bin/sh /FBSD/egcs-repo/egcs/gcc/mkconfig.sh config.h
HEADERS="auto-host.h ansidecl.h  sparc/sparc.h dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h defaults.h" DEFINES="POSIX" \
TARGET_CPU_DEFAULT="TARGET_CPU_sparc" \
/bin/sh /FBSD/egcs-repo/egcs/gcc/mkconfig.sh hconfig.h
gcc -c -DIN_GCC -DCROSS_COMPILE   -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I/FBSD/egcs-repo/egcs/gcc -I/FBSD/egcs-repo/egcs/gcc/. -I/FBSD/egcs-repo/egcs/gcc/config -I/FBSD/egcs-repo/egcs/gcc/../include /FBSD/egcs-repo/egcs/gcc/gengenrtl.c -o gengenrtl.o
gmake: *** No rule to make target `../libiberty/libiberty.a', needed by `gengenrtl'.  Stop.


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