[Python-bugs-list] [Bug #115392] Build under SunOS 4.1.4_JL fails

noreply@sourceforge.net noreply@sourceforge.net
Tue, 26 Sep 2000 12:18:56 -0700


Bug #115392, was updated on 2000-Sep-26 12:13
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: Build under SunOS 4.1.4_JL fails

Details: The linkage of the python executable fails under SunOS 4.1.4_JL since
LDFLAGS in Modules/Makefile is defined as:

  LDFLAGS = -L

That is, no value of the -L option is specified.  This definition seems
to be generated by the configure script.  The same problem raises even
though a explicit definition of LDFLAGS is given when the configure
script is invoked, as shown below:

  $ env LDFLAGS='' ./configure

(In fact, no -L options are needed for my configuration, so the linkage
is successfully done by running make LDFLAGS='').

Follow-Ups:

Date: 2000-Sep-26 12:18
By: kajiyama

Comment:
I forgot to give the version: 2.0b1, of course :-)
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115392&group_id=5470