[Git][NTPsec/ntpsec][master] Address GitLab issue #285: Configure tests fail with old version of ld
Eric S. Raymond
gitlab at mg.gitlab.com
Wed Aug 9 09:54:13 UTC 2017
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
977517bc by Eric S. Raymond at 2017-08-09T05:53:57-04:00
Address GitLab issue #285: Configure tests fail with old version of ld
- - - - -
1 changed file:
- INSTALL
Changes:
=====================================
INSTALL
=====================================
--- a/INSTALL
+++ b/INSTALL
@@ -120,6 +120,18 @@ On macOS you can use this command to turn off the Apple version of NTP:
sudo launchctl unload /System/Library/LaunchDaemons/org.ntp.ntpd.plist
----
+Under Mac OS X 10.6.8 (Snow Leopard) and proibably older versions, you
+may find that configuration fails with a message about -o being an
+unknown option. This is due to a bad interaction with waf. To work
+around this, find your waflib/Tools/gcc.py under the waf temporary
+directory There will be a line that looks like this:
+
+------------------------------------------------------------------------
+v.CCLNK_TGT_F=['-o']
+------------------------------------------------------------------------
+
+Modify that to insert a space between -o and the trailing single quote.
+
== Basic Installation ==
These are generic Unix installation instructions.
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/977517bcd50ff94db11a3035360a4668b3b91d2b
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/977517bcd50ff94db11a3035360a4668b3b91d2b
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170809/be63c824/attachment.html>
More information about the vc
mailing list