Opened 16 years ago

Closed 15 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 andreasf, 16 years ago

Cc: andreas.faerber@… added

The same is required for /boot/home/config... why treat /boot/common differently?

comment:2 by scottmc, 16 years ago

Cc: haiku@… added

+1

comment:3 by scottmc, 15 years ago

Was this fixed by hrev28366 and the recent haiku gcc updates?

in reply to:  3 comment:4 by bonefish, 15 years ago

Resolution: fixed
Status: newclosed

Replying to scottmc:

Was this fixed by hrev28366 and the recent haiku gcc updates?

/boot/common/include is used since hrev28324. I just added /boot/common/lib to the default library linker search paths in hrev28594.

Note: See TracTickets for help on using tickets.