From: vsr Date: Fri, 8 Apr 2005 05:28:57 +0000 (+0000) Subject: Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared... X-Git-Tag: T3_0_0_a1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a93de1db49efae16aec70558c4ce894beec5e5cf;p=modules%2Fgeom.git Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared objects in. --- diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index 3dd63a555..55a110fa8 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -10,7 +10,7 @@ HAVE_SSTREAM=@HAVE_SSTREAM@ LIBS=@LIBS@ -LDFLAGS=@LDFLAGS@ -L$(top_builddir)/lib/salome -Xlinker -rpath-link -Xlinker -L$(top_builddir)/lib/salome +LDFLAGS=@LDFLAGS@ -L$(top_builddir)/lib/salome -Xlinker -rpath-link -Xlinker $(top_builddir)/lib/salome # add libstdc++ to link c++ library with libtool ! LDFLAGS+= -lstdc++