Opened 16 years ago
Closed 16 years ago
#2698 closed enhancement (fixed)
/boot/common/include should be visible by gcc
Reported by: | kaliber | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | andreas.faerber@…, haiku@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
In my opinion /boot/common/include should be visible by a GCC. Also /boot/common/lib should be accessible by a linker. To build some open source software, now it required to set LDFLAGS=-L/boot/common/lib and CFLAGS=-I/boot/common/include.
What do you think?
Change History (4)
comment:1 by , 16 years ago
Cc: | added |
---|
follow-up: 4 comment:3 by , 16 years ago
Was this fixed by hrev28366 and the recent haiku gcc updates?
Note:
See TracTickets
for help on using tickets.
The same is required for
/boot/home/config
... why treat/boot/common
differently?