Thank you, I'll repeat tests soon.
I forgot to write about yet another thing. -Wl, GCC switch
redirects rest of command to linker. Such functionality like
library grouping is linker not compiler part so if it works
in GCC Linux builds then it should work also with other compilers
which use system linker. Both ICC and SunProC use system linker
and even understand -Wl, switch so you can use library grouping
also with these compilers.

You're right. I'll add it to all places where ld is used.

First question popped in quickly:

How can I be sure which targets use system linker (ld)
to do its job?

We never call ld directly, we always call it through gcc.
Maybe we should change this also to direct ld calls. It
would seem cleaner to me and it would also clear above
question without any doubts.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to