Menu

Commit [r2790]  Maximize  Restore  History

An attempt at removing the '-dynamiclib' gcc option when compiling the C modules on Mac OS X.

This problem was reported by Douglas Kojetin <douglas dot kojetin at gmail dot com> at
https://mail.gna.org/public/relax-users/2006-11/msg00002.html (Message-id:
<AD17DD2D-A37B-44D4-B1B8-1A2349EC7EC5@...>) and as bug #7670 (https://gna.org/bugs/?7670).

To remove the '-dynamiclib' option, I replicated what Doug had done in his post at
https://mail.gna.org/public/relax-devel/2006-11/msg00098.html (Message-id:
<0E180DBB-896A-45F6-B19D-D6A02FD2BA4A@...>). Rather than changing the line:

env['SHLINKFLAGS'] = SCons.Util.CLVar('$LINKFLAGS -dynamiclib')

in the SCons sources, I have replicated Doug's modification within the relax 'sconstruct' script.
This change needs to be tested.

bugman 2006-11-09

changed /1.3/sconstruct
/1.3/sconstruct Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.