commit | a1c4da2481c428b06f144b625d52df52106a5ff6 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Tue Nov 07 15:44:21 2000 +0000 |
committer | Greg Ward <gward@python.net> | Tue Nov 07 15:44:21 2000 +0000 |
tree | 92098d11a7f6e52f1adad030d05135c42838c343 | |
parent | f16e0ed76c312ecddac1a90a713a865cc4b20b05 [diff] |
Fix for SF bug #117606: - when compiling with GCC on Solaris, use "$(CC) -shared" instead of "$(CC) -G" to generate .so files - when compiling with GCC on any platform, add "-fPIC" to OPT (without this, "$(CC) -shared" dies horribly)