Opened 16 years ago
Closed 11 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 , 16 years ago
comment:2 by , 16 years ago
I'm trying to build gcc2 natively within Haiku, so --build-cross-tools doesn't apply.
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This problem has been fixed in the meantime.
Note:
See TracTickets
for help on using tickets.
Are you trying to build by hand or are you using ./configure --build-cross-tools ../buildtools/ from the haiku trunk dir?