Opened 15 years ago

Closed 10 years ago

#3698 closed bug (fixed)

gcc-obj/gcc/fixinc/Makefile expects to find ../specs

Reported by: haiqu Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

When building gcc2 within Haiku, the makefile in gcc-obj/gcc/fixinc looks for a file called specs but doesn't find it. If specs.h is renamed to specs compilation resumes.

Apparently there's a script bug somewhere which is generating the wrong filename.

Change History (3)

comment:1 by anevilyak, 15 years ago

Are you trying to build by hand or are you using ./configure --build-cross-tools ../buildtools/ from the haiku trunk dir?

comment:2 by haiqu, 15 years ago

I'm trying to build gcc2 natively within Haiku, so --build-cross-tools doesn't apply.

comment:3 by bonefish, 10 years ago

Resolution: fixed
Status: newclosed

This problem has been fixed in the meantime.

Note: See TracTickets for help on using tickets.