This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nobody
Recipients
Date 2000-07-31.21:05:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Jitterbug-Id: 202
Submitted-By: aa8vb@yahoo.com
Date: Fri, 11 Feb 2000 07:12:28 -0500 (EST)
Version: 1.5.2
OS: IRIX 6.5


Recently tried to rebuild Python, adding in gdbm.  This Setup line is
new for this build:

gdbm gdbmmodule.c -I/usr/local/include -L/usr/local/lib32 -rpath
/usr/local/lib32 -lgdbm

The problem is, 1.5.2's makesetup doesn't take RPATH directives, reporting
-rpath as a "bad word".  Note that RPATH directives take different forms
on different OSs:  -rpath on SGI IRIX is -R on Solaris, --rpath on FreeBSD,
etc.
A provision should be made for RPATH options as they are used to avoid the 
need for LD_LIBRARY_PATH hacks.

--- Makefiles ---
bad word -rpath in gdbm gdbmmodule.c -I/usr/local/include -L/usr/local/lib32
-rpath /usr/local/lib32 -lgdbm
*** Error code 1

Thanks,

Randall



====================================================================
Audit trail:
Wed Feb 23 21:30:21 2000	guido	changed notes
Wed Feb 23 21:30:21 2000	guido	moved from incoming to open
History
Date User Action Args
2007-08-23 13:49:06adminlinkissue210613 messages
2007-08-23 13:49:06admincreate