[haiku-development] Re: gcc, ld and sockets under Haiku

On Thu, Oct 22, 2009 at 4:53 AM, Paulo Estrela <paulojbe@xxxxxxxxx> wrote:
> Sorry Hervé, I used the copy solution. About IRC, thanks, but I had to
> sleep :-) About Hardlinks, is it a BFS limitation?

Yes.

I believe makefiles assuming hardlinks should replace ln with cp by
testing for support on the host and setting/using a variable. I've had
to fix a few makefiles myself that make this assumption :P

Fortunately in my case, most of the time it was already handled
properly, and a only few locations had it hardcoded to ln instead of
using the existing variable.

- Urias

Other related posts: