[bug #53338] base configure script does not detect nonfragile ABI correctly

2020-10-26 Thread Gregory John Casamento
Update of bug #53338 (project gnustep): Status:None => Works For Me Assigned to:None => CaS Open/Closed:Open => Closed

[bug #53338] base configure script does not detect nonfragile ABI correctly

2018-04-22 Thread Richard Frith-Macdonald
Follow-up Comment #4, bug #53338 (project gnustep): > Except that ARC requires the -fobjc-nonfragile-abi flag. It doesn't on my systems (and shouldn't afaik with any version of clang). I expect the error you got is because you aren't specifying the correct runtime, not because you aren't

[bug #53338] base configure script does not detect nonfragile ABI correctly

2018-04-22 Thread Galen Rhodes
Follow-up Comment #3, bug #53338 (project gnustep): Except that ARC requires the -fobjc-nonfragile-abi flag. If you specify -fobjc-arc without -fobjc-nonfragile-abi flag then the compile will fail with the message "error: -fobjc-arc is not supported on platforms using the legacy runtime"

[bug #53338] base configure script does not detect nonfragile ABI correctly

2018-04-22 Thread Richard Frith-Macdonald
Follow-up Comment #2, bug #53338 (project gnustep): Sorry I missed seeing the original bug report here. I think this is probably referencing some old version of GNUstep, because it's talking about '-fobjc-nonfragile-abi'. David said that option doesn't work properly in clang, so it has been

[bug #53338] base configure script does not detect nonfragile ABI correctly

2018-04-22 Thread Galen Rhodes
Additional Item Attachment, bug #53338 (project gnustep): File name: Screen Shot 2018-04-22 at 12.25.22 PM.png Size:902 KB ___ Reply to this item at:

[bug #53338] base configure script does not detect nonfragile ABI correctly

2018-04-22 Thread Galen Rhodes
Follow-up Comment #1, bug #53338 (project gnustep): I found the issue in the base/configure script that is causing this problem. the -fobjc-nonfragile-abi flag was removed from the script when it is testing for non fragile abi support so it always fails. This issue starts on line 8061 and a

[bug #53338] base configure script does not detect nonfragile ABI correctly

2018-03-13 Thread Graham Lee
URL: Summary: base configure script does not detect nonfragile ABI correctly Project: GNUstep Submitted by: leeg Submitted on: Tue 13 Mar 2018 09:34:29 PM UTC Category: