Follow-up Comment #3, bug #33189 (project gnustep):

gnustep-make 2.6.0 is supposed to try and detect if you're using GCC or clang
at configure time.

If you're using GCC, it will do the partial linking using -r, while if you're
using clang, it will do the partial linking using -Wl,-r.

What is the output of gnustep-make's configure ?  In particular,
the line --

  checking for the flag to use to do partial linking... -r

(that's the output for GCC on my machine).  In the case of 
clang, that should read

  checking for the flag to use to do partial linking... -Wl,-r

You can still edit config.make manually and change it to the 
other one, but it's all supposed to work automatically.

Thanks

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33189>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to