Issue 818490: socketmodule.c compile error using SunPro cc (original) (raw)

Issue818490

Created on 2003-10-06 08:03 by rlratzel, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
f rlratzel,2003-10-06 08:03 compiler error messages for socketmodule.c
Messages (2)
msg18571 - (view) Author: Rick Ratzel (rlratzel) Date: 2003-10-06 08:03
If the _socket module is to be included in libpython.a rather than built as a shared lib (by specifying it in Modules/Setup.local under a *static* line), compile errors result on SunOS 5.7 using the Sun WorkShop 6 compiler. Undefined symbol "AF_INET6" on line 2972 and undefined symbol "INET_ADDRSTRLEN" on 3016 are a few of the errors...please see the attached output file. Note that the configure process completed successfully. Here is some additional info: Python version: 2.3.2 "uname -a" output: SunOS blueberry 5.7 Generic_106541-15 sun4u sparc SUNW,Ultra-60 compiler version: Sun WorkShop 6 update 1 C 5.2 2000/09/11
msg18572 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-20 09:31
Logged In: YES user_id=1188172 Duplicate of #854823.
History
Date User Action Args
2022-04-10 16:11:38 admin set github: 39377
2003-10-06 08:03:19 rlratzel create