Issue210613
Created on 2000-07-31 21:05 by anonymous, last changed 2000-08-11 13:59 by fdrake.
| Messages (3) | |||
|---|---|---|---|
| msg84 - (view) | Author: Nobody/Anonymous (nobody) | Date: 2000-07-31 21:05 | |
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 |
|||
| msg85 - (view) | Author: Fred L. Drake, Jr. (fdrake) | Date: 2000-08-03 06:10 | |
The current CVS version of makesetup appears to handle -rpath and -R, but not --rpath. Is neither of the alternatives sufficient for FreeBSD? |
|||
| msg86 - (view) | Author: Fred L. Drake, Jr. (fdrake) | Date: 2000-08-11 13:59 | |
-R and -rpath are supported; --rpath support is added in Modules/makesetup revision 1.27. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2000-07-31 21:05:57 | anonymous | create | |