[Python-bugs-list] [ python-Bugs-596576 ] NetBSD 1.4.3, a.out, shared modules

noreply@sourceforge.net noreply@sourceforge.net
Mon, 30 Sep 2002 04:19:42 -0700


Bugs item #596576, was opened at 2002-08-17 23:45
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=596576&group_id=5470

Category: Build
Group: Python 2.2.1
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Grzegorz Sobanski (lord-silk)
Assigned to: Martin v. Löwis (loewis)
Summary: NetBSD 1.4.3, a.out, shared modules

Initial Comment:
Because of check in configure, it is using on a.out system ld to link shared 
modules on  a.out NetBSD. But it is run with both -Wl,-R and so it won't 
build any module ending in unusable installation. Had to modify  configure to 
get the package installed correctly.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2002-09-30 13:19

Message:
Logged In: YES 
user_id=21627

Thanks for the patch, committed as 

configure 1.337 and 1.279.6.11;
conifugure.in 1.348; 1.288.6.11;

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

Comment By: Grzegorz Sobanski (lord-silk)
Date: 2002-09-24 15:01

Message:
Logged In: YES 
user_id=123442

Here is patchs, sorry for the delay.
It set for all NetBSD's LDSHARED to "cc" and not to "ld". Previously it used "ld" on 
a.out systems, but on some systems it was necessary to change it to "cc" - on my, and 
some others i read about in archives of some mailinglist. No one reported that "cc" 
was not working on his a.out system, so i think it should be "cc" on every NetBSD.


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

Comment By: Martin v. Löwis (loewis)
Date: 2002-09-04 10:55

Message:
Logged In: YES 
user_id=21627

Could you kindly provide a patch to configure.in?

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=596576&group_id=5470