Subject: Re: py-postgresql package
To: None <mcmahill@mtl.mit.edu>
From: D'Arcy J.M. Cain <darcy@druid.net>
List: tech-pkg
Date: 02/24/2000 17:12:26
Thus spake mcmahill@mtl.mit.edu
> > Check it out.  http://www.druid.net/darcy/databases.py-postgresql.txt.
> 
> so what's LDSHARED set to in /usr/pkg/lib/python1.5/config/Makefile?  On
> my system its "ld -Bshareable".

LDSHARED=   cc -shared

So now we know that we are looking for something in the Python build,
not the PyGreSQL build.

Aha!

    NetBSD*)
        if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
        then
            LDSHARED="cc -shared"
        else
            LDSHARED="ld -Bshareable"
        fi;;

Hmm.  I know I have built this package on a.out systems.  Oh well, we
have the answer.  I'll go make the change to the PyGreSQL package.

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.