Bugs item #818490, was opened at 2003-10-06 10:03
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=818490&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.3
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: Rick Ratzel (rlratzel)
Assigned to: Nobody/Anonymous (nobody)
Summary: socketmodule.c compile error using SunPro cc

Initial Comment:

   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


----------------------------------------------------------------------

>Comment By: Georg Brandl (birkenfeld)
Date: 2006-02-20 10:31

Message:
Logged In: YES 
user_id=1188172

Duplicate of #854823.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=818490&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to