[sr #110936] libtool webpage update

2023-09-27 Thread Frediano Ziglio
URL:
  

 Summary: libtool webpage update
   Group: GNU Libtool
   Submitter: freddyz77
   Submitted: Wed 27 Sep 2023 09:48:20 AM UTC
Category: None
Priority: 5 - Normal
Severity: 3 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
Operating System: None


___

Follow-up Comments:


---
Date: Wed 27 Sep 2023 09:48:20 AM UTC By: Frediano Ziglio 
Webpage https://www.gnu.org/software/libtool/libtool.html still refers to
libtool 2.4.6 as the last stable release while 2.4.7 was released.







___

Reply to this item at:

  

___
Message sent via Savannah
https://savannah.gnu.org/




[sr #110937] -single_module detection broken with Xcode 15

2023-09-27 Thread Joshua Root
URL:
  

 Summary: -single_module detection broken with Xcode 15
   Group: GNU Libtool
   Submitter: jmroot
   Submitted: Thu 28 Sep 2023 06:02:11 AM UTC
Category: None
Priority: 5 - Normal
Severity: 3 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
Operating System: Mac OS


___

Follow-up Comments:


---
Date: Thu 28 Sep 2023 06:02:11 AM UTC By: Joshua Root 
The check for whether the linker supports the -single_module flag assumes that
anything printed to stderr containing the string "single_module" means it is
unsupported. Xcode 15 does print such a message, though it only indicates that
the flag is deprecated. Lack of single module support triggers some
workarounds that aren't needed and don't work very well on modern systems.

This flag has been unnecessary for many macOS versions, so teaching libtool
that it is not needed in this case is probably preferable to just fixing the
check. See attached patch.






___
File Attachments:


---
Date: Thu 28 Sep 2023 06:02:11 AM UTC  Name: single_module.diff  Size: 3KiB  
By: jmroot



___

Reply to this item at:

  

___
Message sent via Savannah
https://savannah.gnu.org/