[Distutils] BeOS library location?

Greg Ward gward@python.net
Thu Sep 14 20:58:04 2000


Hi all --

just noticed the BeOS-specific code in sysconfig._init_posix():

        g['LDSHARED'] = ("%s -L%s/lib -lpython%s" %
                         (linkerscript, PREFIX, sys.version[0:3]))

Should that be EXEC_PREFIX?  I dunno in one would ever do a prefix !=
exec-prefix installation on BeOS, but it seems like good practice to
respect the "exec-prefix for binaries" convention in any event.

        Greg
-- 
Greg Ward                                      gward@python.net
http://starship.python.net/~gward/