Message29351
Logged In: YES
user_id=44345
Yeah, you'd definitely need -fPIC on any brand of Solaris. That test might be
changed to
plat = get_platform()
if plat in (... buncha platforms ...) or "solaris" in plat:
os.environ["CFLAGS"] = "-fPIC"
That doesn't seem to be what's happening in this case though. I rm'd the .o
files in .../Modules/_ctypes and tried again. The compile commands *do*
have -fPIC on them. I don't think it's required on the link line.
S
|
|
Date |
User |
Action |
Args |
2007-08-23 14:41:40 | admin | link | issue1530448 messages |
2007-08-23 14:41:40 | admin | create | |
|