| [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File ]
STR #2110
Application: | FLTK Library |
Status: | 5 - New |
Priority: | 4 - High, e.g. key functionality not working |
Scope: | 3 - Applies to all machines and operating systems |
Subsystem: | Unassigned |
Summary: | E: no-ldconfig-symlink /usr/lib/libfltk2* |
Version: | 2.0-current |
Created By: | mnowak |
Assigned To: | Unassigned |
Fix Version: | Unassigned |
Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
|
#1 | mnowak 15:52 Dec 21, 2008 |
| Change in configure.in I did to get rid of RPATH:
--- configure.in 2008-08-05 00:53:30.000000000 +0200 +++ configure.in.new 2008-12-22 00:12:10.816528572 +0100 @@ -184,11 +184,7 @@ if test x$enable_shared = xyes; then fi ;; Linux* | *BSD*) -# DSOCOMMAND="\$(CXX) -Wl,-soname,\$@ \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o" - DSOCOMMAND="\$(CXX) \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o" - if test "$libdir" != "/usr/lib"; then - DSOLINK="-Wl,-rpath,$libdir" - fi + DSOCOMMAND="\$(CXX) -Wl,-soname,\$@ \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o" ;; AIX*) DSOSUFFIX="_s.a"
Ends with:
fltk2.i386: E: no-ldconfig-symlink /usr/lib/libfltk2_images.so.2.0 fltk2.i386: E: no-ldconfig-symlink /usr/lib/libfltk2_glut.so.2.0 fltk2.i386: E: no-ldconfig-symlink /usr/lib/libfltk2_gl.so.2.0 fltk2.i386: E: no-ldconfig-symlink /usr/lib/libfltk2.so.2.0
Is it possible to remove RPATH from libraries? | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |