Salome HOME
plugins/netgenplugin.git
13 years ago0021006: EDF 1546 SMESH : Convert To Quadratic fails V5_1_5a1
eap [Wed, 29 Sep 2010 07:59:21 +0000 (07:59 +0000)]
0021006: EDF 1546 SMESH : Convert To Quadratic fails
-          const list<const SMDS_FaceOfNodes*>* faces = Adaptor.GetTriangles(elem);
+          const list<const SMDS_MeshFace*>* faces = Adaptor.GetTriangles(elem);

13 years agoHack libtool (!) to workaround problem with wrong linkage of native libraries
vsr [Wed, 22 Sep 2010 14:18:51 +0000 (14:18 +0000)]
Hack libtool (!) to workaround problem with wrong linkage of native libraries

13 years agoSALOME internationalization: add textual resources for French language BR_WIN_INDUS
vsr [Tue, 31 Aug 2010 09:23:13 +0000 (09:23 +0000)]
SALOME internationalization: add textual resources for French language

13 years agoSALOME internationalization: add textual resources for French language end_translate_resources_09Jul10
vsr [Tue, 31 Aug 2010 09:04:43 +0000 (09:04 +0000)]
SALOME internationalization: add textual resources for French language

13 years ago0020960: EDF 1532 GEOM: Creation of some points when partitioning a torus with a...
eap [Fri, 27 Aug 2010 05:54:38 +0000 (05:54 +0000)]
0020960: EDF 1532 GEOM: Creation of some points when partitioning a torus with a plane
* Do not report an error if there are vertices without nodes.

13 years ago0020958: EDF 1529 SMESH : If some faces have been meshed with small
eap [Thu, 19 Aug 2010 09:32:34 +0000 (09:32 +0000)]
0020958: EDF 1529 SMESH : If some faces have been meshed with small
quadrangles Netgen 3D creates pyramids with volume zero and fails

* Use SMDS_Mesh::facesIterator(/*idInceasingOrder=*/true) instead of TIDSortedElemSet
* Enable showing bad mesh elements in case of computing w/o shape

13 years agoAuthorize smaller value for growth rate in GUI
adam [Thu, 22 Jul 2010 13:42:04 +0000 (13:42 +0000)]
Authorize smaller value for growth rate in GUI

13 years agoMerge from V5_1_4_BR (5_1_4rc2) 09/06/2010 translate_resources_09Jul10
vsr [Thu, 10 Jun 2010 06:59:07 +0000 (06:59 +0000)]
Merge from V5_1_4_BR (5_1_4rc2) 09/06/2010

14 years agoMerge from V5_1_4_BR 07/05/2010
vsr [Fri, 7 May 2010 15:14:23 +0000 (15:14 +0000)]
Merge from V5_1_4_BR 07/05/2010

14 years ago*** empty log message ***
adam [Mon, 3 May 2010 10:08:40 +0000 (10:08 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
adam [Mon, 3 May 2010 07:59:15 +0000 (07:59 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
adam [Mon, 3 May 2010 07:40:30 +0000 (07:40 +0000)]
*** empty log message ***

14 years agoIssue 0020580: improved validation in integer and double spin boxes, possibility... V5_1_4a1
san [Tue, 6 Apr 2010 06:54:28 +0000 (06:54 +0000)]
Issue 0020580: improved validation in integer and double spin boxes, possibility to adjust input field precision through preferences

14 years ago0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
eap [Tue, 30 Mar 2010 08:02:25 +0000 (08:02 +0000)]
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
 * Care of nodes on vertices that can be shared between wires

14 years agoFix regression on reversed submeshes
eap [Mon, 29 Mar 2010 07:36:37 +0000 (07:36 +0000)]
Fix regression on reversed submeshes

-            Netgen_triangle[ isRev ? 3-iN : iN ] = ngID;
+            Netgen_triangle[ isRev ? 2-iN : iN ] = ngID;

14 years agoProvide correct error description in case of intersecting triangles
eap [Fri, 26 Mar 2010 13:59:27 +0000 (13:59 +0000)]
Provide correct error description in case of intersecting triangles

14 years ago-#define DUMP_TRIANGLES_SCRIPT "/tmp/trias.py" //!< debug addIntVerticesInSolids()
eap [Thu, 25 Mar 2010 14:16:34 +0000 (14:16 +0000)]
-#define DUMP_TRIANGLES_SCRIPT "/tmp/trias.py" //!< debug addIntVerticesInSolids()
+//#define DUMP_TRIANGLES_SCRIPT "/tmp/trias.py" //!< debug addIntVerticesInSolids()

14 years ago0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
eap [Thu, 25 Mar 2010 14:15:39 +0000 (14:15 +0000)]
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Make NETGEN take into account internal vertices in faces and solids
* Simplify solution for internal faces

14 years ago0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
eap [Thu, 18 Mar 2010 09:51:47 +0000 (09:51 +0000)]
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Solve problem with internal edges and faces

14 years ago0020776: EDF 1329 NETGENPLUGIN : Create Group from Geometry issue
eap [Fri, 12 Mar 2010 11:56:06 +0000 (11:56 +0000)]
0020776: EDF 1329 NETGENPLUGIN : Create Group from Geometry issue
* Prevent setting a wrong node on vertex in case if there are equal vertices in the shape

14 years ago0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
eap [Fri, 12 Mar 2010 08:36:16 +0000 (08:36 +0000)]
0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
* Redesign to solve pb with internal face (StudyFiss_bugNetgen3D.hdf)

14 years ago0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
eap [Fri, 12 Mar 2010 08:34:55 +0000 (08:34 +0000)]
0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
* Pb with internal face (StudyFiss_bugNetgen3D.hdf)

+  static SMESH_ComputeErrorPtr readErrors(const std::vector< const SMDS_MeshNode* >& nodeVec);

which is used to show links that lead to "some edges multiple times in surface mesh" error

14 years ago0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion...
eap [Tue, 9 Mar 2010 07:17:04 +0000 (07:17 +0000)]
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
* Take into account all nodes on edge in case of mixed linear/quadratic mesh

14 years ago*** empty log message ***
adam [Tue, 2 Mar 2010 15:52:36 +0000 (15:52 +0000)]
*** empty log message ***

14 years agowindows port.
adam [Mon, 1 Mar 2010 16:37:18 +0000 (16:37 +0000)]
windows port.

14 years ago*** empty log message ***
adam [Mon, 1 Mar 2010 16:36:32 +0000 (16:36 +0000)]
*** empty log message ***

14 years ago020700: EDF 1234 SMESH: Quadrangle preference and Netgen
eap [Thu, 18 Feb 2010 09:00:21 +0000 (09:00 +0000)]
020700: EDF 1234 SMESH: Quadrangle preference and Netgen

-  if ( _hypMaxElementArea || _hypLengthFromEdges )
+  if ( _hypMaxElementArea || _hypLengthFromEdges || _hypQuadranglePreference)
     aStatus = HYP_OK;

14 years agoAdditional fix for issue 0020692: Duplicate check_*.m4 between modules.
ouv [Thu, 11 Feb 2010 16:44:17 +0000 (16:44 +0000)]
Additional fix for issue 0020692: Duplicate check_*.m4 between modules.

14 years ago0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion...
eap [Thu, 11 Feb 2010 13:52:23 +0000 (13:52 +0000)]
0020693: EDF 1288 SMESH: Problem to recompute a mesh with a sub-mesh and a conversion linear-quadratic
* Fix check if a face is triangle

14 years ago0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
eap [Thu, 11 Feb 2010 08:29:13 +0000 (08:29 +0000)]
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Redesign in order to precompute internal edges

14 years ago0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh comput...
eap [Thu, 11 Feb 2010 08:28:13 +0000 (08:28 +0000)]
0020676: EDF 1212 GEOM: Partition operation creates vertices which causes mesh computation to fail with netgen
* Fix for internal edges

14 years ago0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
eap [Tue, 9 Feb 2010 11:21:29 +0000 (11:21 +0000)]
0020682: EDF 1222 SMESH: 3D mesh from a skin mesh and with volumic cells
* Avoid creating nodes and tetras at place where volumic elements already exist

14 years ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
eap [Wed, 27 Jan 2010 10:07:11 +0000 (10:07 +0000)]
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
  Let Netgen discretize edges to know nb of segments

14 years agountabify
eap [Tue, 26 Jan 2010 07:16:30 +0000 (07:16 +0000)]
untabify

14 years agoMerge from V5_1_3_BR branch (07/12/09) BR_FSH_DEV V6_0_0
vsr [Tue, 8 Dec 2009 16:04:11 +0000 (16:04 +0000)]
Merge from V5_1_3_BR branch (07/12/09)

14 years ago*** empty log message ***
adam [Tue, 27 Oct 2009 13:04:27 +0000 (13:04 +0000)]
*** empty log message ***

14 years agoNetgen 4.9.11 compatibility
adam [Mon, 26 Oct 2009 17:13:37 +0000 (17:13 +0000)]
Netgen 4.9.11 compatibility

14 years agoChanging version to 5.1.3 V5_1_3rc1
maintenance team [Mon, 12 Oct 2009 07:30:13 +0000 (07:30 +0000)]
Changing version to 5.1.3

14 years agominor change
eap [Thu, 8 Oct 2009 13:48:26 +0000 (13:48 +0000)]
minor change

14 years ago0020526: [CEA] Disk meshing fails
eap [Thu, 8 Oct 2009 13:41:49 +0000 (13:41 +0000)]
0020526: [CEA] Disk meshing fails
 care of orientation of a sole edge in a wire

14 years ago0020526: [CEA] Disk meshing fails
eap [Thu, 8 Oct 2009 13:39:52 +0000 (13:39 +0000)]
0020526: [CEA] Disk meshing fails
1) in PrepareOCCgeometry(), map all subshapes in meshedSM is not provided
2) untabify

14 years agoRemove JoinObjectParameters() method
vsr [Thu, 1 Oct 2009 11:42:20 +0000 (11:42 +0000)]
Remove JoinObjectParameters() method

14 years agoIssue 0020377: [windows] Problems with OSD_File Remove
vsr [Thu, 1 Oct 2009 11:15:36 +0000 (11:15 +0000)]
Issue 0020377: [windows] Problems with OSD_File Remove

14 years ago0019296: Too small Max element Area
ptv [Thu, 1 Oct 2009 06:28:39 +0000 (06:28 +0000)]
0019296: Too small Max element Area

14 years agoFix an un-initialisation
adam [Mon, 14 Sep 2009 14:58:16 +0000 (14:58 +0000)]
Fix an un-initialisation

14 years agoIssue 20371: remove the creation of netgen.prof : additional patch
vsr [Wed, 26 Aug 2009 07:02:49 +0000 (07:02 +0000)]
Issue 20371: remove the creation of netgen.prof : additional patch

14 years agoAdditional protection in method Evaluate().
skl [Tue, 25 Aug 2009 07:49:58 +0000 (07:49 +0000)]
Additional protection in method Evaluate().

14 years ago0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
ptv [Tue, 25 Aug 2009 05:47:16 +0000 (05:47 +0000)]
0019296: EDF 681 SMESH - Pre-evaluation of the number of elements before mesh
Replace hard coded values of element types by new enumeration (added in advanced mesh info Improvement)

14 years agoIssue 20406: Time compilation when recompiling
vsr [Fri, 21 Aug 2009 08:32:58 +0000 (08:32 +0000)]
Issue 20406: Time compilation when recompiling

14 years agoIssue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined
vsr [Thu, 13 Aug 2009 05:40:23 +0000 (05:40 +0000)]
Issue 0020194: EDF 977 ALL: Get rid of warnings PACKAGE_VERSION already defined

14 years agoContribution from Eduardo Suárez <esuarez@itccanarias.org>
adam [Fri, 7 Aug 2009 08:53:33 +0000 (08:53 +0000)]
Contribution from Eduardo Suárez <esuarez@itccanarias.org>
on the forum ...

14 years agoFix :
adam [Fri, 7 Aug 2009 08:11:56 +0000 (08:11 +0000)]
Fix :
 o The incomplete makeForSalome.sh
 o missing  #include <cstring> in
     libsrc/general/symbolta.hpp
     libsrc/occ/occgeom.hpp

14 years agoProtection before invalid hypothesises for "Evaluate" operation.
skl [Thu, 6 Aug 2009 12:46:03 +0000 (12:46 +0000)]
Protection before invalid hypothesises for "Evaluate" operation.

14 years agoMerge from V5_1_2_BR branch (14 July 2009)
vsr [Wed, 15 Jul 2009 08:19:56 +0000 (08:19 +0000)]
Merge from V5_1_2_BR branch (14 July 2009)

14 years agoFix compilation problem on Debian Sarge
maintenance team [Fri, 10 Jul 2009 06:26:38 +0000 (06:26 +0000)]
Fix compilation problem on Debian Sarge

14 years agoImplememtation of evaluation for improvement 0019296.
skl [Mon, 29 Jun 2009 13:17:40 +0000 (13:17 +0000)]
Implememtation of evaluation for improvement 0019296.

14 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh (Regression : Compute Mesh_2)
eap [Wed, 10 Jun 2009 09:02:43 +0000 (09:02 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh (Regression : Compute Mesh_2)
   SMDS_MeshElement::GetNode() no more wraps indices

14 years agoChanging version to 5.1.2 V5_1_2rc1
maintenance team [Mon, 1 Jun 2009 10:25:38 +0000 (10:25 +0000)]
Changing version to 5.1.2

14 years agoIssue 20371: remove the creation of netgen.prof ?
vsr [Fri, 29 May 2009 07:02:39 +0000 (07:02 +0000)]
Issue 20371: remove the creation of netgen.prof ?

14 years agocmake port
adam [Tue, 26 May 2009 09:43:27 +0000 (09:43 +0000)]
cmake port

14 years ago0020354: EDF 1031 OTHER warnings with automake 1.10
vsr [Fri, 22 May 2009 12:35:34 +0000 (12:35 +0000)]
0020354: EDF 1031 OTHER warnings with automake 1.10

15 years ago0020279: [CEA 334] control the "random" use when using mesh algorithms
eap [Tue, 19 May 2009 15:44:24 +0000 (15:44 +0000)]
0020279: [CEA 334] control the "random" use when using mesh algorithms
   sort faces by IDs

15 years ago0020206: EDF SMESH 987: Netgen1D2D3D +submesh V5_1_1 V5_1_1rc2 V5_1_1rc3 V5_1_1rc4 V5_1_1rc5
eap [Thu, 12 Mar 2009 12:11:11 +0000 (12:11 +0000)]
0020206: EDF SMESH 987: Netgen1D2D3D +submesh
   orient previosly generated faces correctly

15 years ago0020200: EDF SMESH 983: changing algo of a mesh and switching back to original algo...
eap [Tue, 10 Mar 2009 16:36:42 +0000 (16:36 +0000)]
0020200: EDF SMESH 983: changing algo of a mesh and switching back to original algo leads to different result than original
     sort nodes by ID

15 years ago0020198: EDF NETGENPLUGIN 979 : mesh of parallepiped with Netgen1D2D3D crashes Salome
eap [Tue, 10 Mar 2009 10:51:11 +0000 (10:51 +0000)]
0020198: EDF NETGENPLUGIN 979 : mesh of parallepiped with Netgen1D2D3D crashes Salome
-        mparams.grading = 0;
+        mparams.grading = 0.01;

15 years agoTest EXPORTS definition with target name as suggested by cmake
adam [Fri, 6 Mar 2009 15:11:53 +0000 (15:11 +0000)]
Test EXPORTS definition with target name as suggested by cmake

15 years agoFix for bug 0019977: Installation of Salome modules wihtout gui. V5_1_1a2 V5_1_1rc1
mzn [Wed, 25 Feb 2009 17:53:39 +0000 (17:53 +0000)]
Fix for bug 0019977: Installation of Salome modules wihtout gui.

15 years agocompatibility windows compilation with cmake
adam [Tue, 24 Feb 2009 09:35:11 +0000 (09:35 +0000)]
compatibility windows compilation with cmake

15 years ago*** empty log message ***
adam [Tue, 24 Feb 2009 09:09:25 +0000 (09:09 +0000)]
*** empty log message ***

15 years ago19923: EDF 765 SMESH : default values of hypothesis
eap [Tue, 24 Feb 2009 08:28:39 +0000 (08:28 +0000)]
19923: EDF 765 SMESH : default values of hypothesis
    set default values

15 years agoChanging version to 5.1.1 V5_1_1a1
maintenance team [Wed, 18 Feb 2009 07:06:20 +0000 (07:06 +0000)]
Changing version to 5.1.1

15 years agoMerge from BR_V5_DEV 16Feb09
vsr [Tue, 17 Feb 2009 07:15:34 +0000 (07:15 +0000)]
Merge from BR_V5_DEV 16Feb09

16 years agoJoin modifications from BR_Dev_For_4_0 tag V4_1_1.
jfa [Fri, 7 Mar 2008 07:47:18 +0000 (07:47 +0000)]
Join modifications from BR_Dev_For_4_0 tag V4_1_1.

17 years agoJoin modifications from branch BR_DEBUG_3_2_0b1 T3_2_0b2 V3_2_0 V3_2_0b2
jfa [Thu, 1 Jun 2006 11:42:55 +0000 (11:42 +0000)]
Join modifications from branch BR_DEBUG_3_2_0b1

18 years agoJoin modifications from branch OCC_debug_for_3_2_0b1 T3_2_0b1 V3_2_0b1
jfa [Sat, 6 May 2006 08:54:13 +0000 (08:54 +0000)]
Join modifications from branch OCC_debug_for_3_2_0b1

18 years agoChange version name to 3.2.0a2 OCC_3_2_0a2_TC T2_3_2_0a2 V3_2_0a2
jfa [Wed, 15 Mar 2006 13:00:11 +0000 (13:00 +0000)]
Change version name to 3.2.0a2

18 years agoJoin modifications from branch OCC_development_for_3_2_0a2
jfa [Mon, 13 Mar 2006 16:03:52 +0000 (16:03 +0000)]
Join modifications from branch OCC_development_for_3_2_0a2

18 years agoUpdate version to 3.2.0a1 V3_2_0a1
jfa [Wed, 8 Feb 2006 09:47:47 +0000 (09:47 +0000)]
Update version to 3.2.0a1

18 years agoMerge from OCC_development_generic_2006
smh [Tue, 7 Feb 2006 15:23:55 +0000 (15:23 +0000)]
Merge from OCC_development_generic_2006

Preparation of 3.2.0a1

18 years agoJoin modifications from branch BR_3_1_0deb T_OCC_development_generic_2006_start
jfa [Wed, 28 Dec 2005 09:28:42 +0000 (09:28 +0000)]
Join modifications from branch BR_3_1_0deb

18 years agoPAL10974: move isReversedElem() to SMESH_Algo as IsReversedSubMesh() T_Before_Join_BR_3_1_0deb
eap [Tue, 20 Dec 2005 14:07:13 +0000 (14:07 +0000)]
PAL10974: move isReversedElem() to SMESH_Algo as IsReversedSubMesh()

18 years agoVERSION update BR_3_1_0_deb T_3_1_0b1_pre V3_1_0b1
smh [Tue, 6 Dec 2005 15:06:43 +0000 (15:06 +0000)]
VERSION update

18 years agoIncrement version number: 3.1.0a3
vsr [Fri, 18 Nov 2005 10:11:33 +0000 (10:11 +0000)]
Increment version number: 3.1.0a3

18 years agoPAL10500. Take care of degenerated edges V3_1_0a3
eap [Wed, 16 Nov 2005 06:52:27 +0000 (06:52 +0000)]
PAL10500. Take care of degenerated edges

18 years agoUpdate version number: 3.1.0a2 ForTest2_3_1_0a2 V3_1_0a2
vsr [Wed, 26 Oct 2005 07:54:33 +0000 (07:54 +0000)]
Update version number: 3.1.0a2

18 years agoPreparation of 3.1.0a2: version ID. ForTest_3_1_0a2
smh [Tue, 18 Oct 2005 15:06:52 +0000 (15:06 +0000)]
Preparation of 3.1.0a2: version ID.

18 years agoPAL9513. Make peresence of "Max Element Volume" hypothesis optional
eap [Tue, 11 Oct 2005 09:14:49 +0000 (09:14 +0000)]
PAL9513. Make peresence of "Max Element Volume" hypothesis optional

18 years agoUpdate version to 3.1.0a
jfa [Tue, 4 Oct 2005 14:47:46 +0000 (14:47 +0000)]
Update version to 3.1.0a

18 years agoPAL10013: Mesh with coincident nodes after NETGEN applying
jfa [Thu, 22 Sep 2005 06:54:23 +0000 (06:54 +0000)]
PAL10013: Mesh with coincident nodes after NETGEN applying

18 years agoPAL9022. Attach generated mesh elements to whatever meshed shape, SHELL or SOLID
eap [Wed, 7 Sep 2005 04:33:54 +0000 (04:33 +0000)]
PAL9022. Attach generated mesh elements to whatever meshed shape, SHELL or SOLID

18 years agoVersion 3.0.2 V_3_0_2 V_3_0_2a
smh [Thu, 1 Sep 2005 06:51:30 +0000 (06:51 +0000)]
Version 3.0.2

18 years agoNew field for storing dimension added
sln [Tue, 23 Aug 2005 09:01:05 +0000 (09:01 +0000)]
New field for storing dimension added

18 years agoPreparation of v.3.0.1 V3_0_1
san [Thu, 28 Jul 2005 15:28:06 +0000 (15:28 +0000)]
Preparation of v.3.0.1

18 years agoMove MEDWrapper to MED module
eap [Tue, 12 Jul 2005 06:24:43 +0000 (06:24 +0000)]
Move MEDWrapper to MED module

18 years agoMove MEDWrapper to MED module
eap [Tue, 12 Jul 2005 06:16:23 +0000 (06:16 +0000)]
Move MEDWrapper to MED module

18 years agoUpdate version number: 3.0.0
vsr [Tue, 5 Jul 2005 11:45:16 +0000 (11:45 +0000)]
Update version number: 3.0.0

18 years agoSMH: Check msg2qm T3_0_0_a2 T3_0_0_a3 T3_0_0_a4 V3_0_0
smh [Wed, 15 Jun 2005 05:52:20 +0000 (05:52 +0000)]
SMH: Check msg2qm

19 years agoFix Bug PAL8787: pass to Netgen only nodes of triangles
eap [Wed, 18 May 2005 07:29:05 +0000 (07:29 +0000)]
Fix Bug PAL8787: pass to Netgen only nodes of triangles

19 years agoFix Bug IPAL8776: compute if nbShells > 1; remove annoing messages and unused variables
eap [Fri, 13 May 2005 07:59:02 +0000 (07:59 +0000)]
Fix Bug IPAL8776: compute if nbShells > 1; remove annoing messages and unused variables

19 years agoFix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared...
vsr [Fri, 8 Apr 2005 05:35:55 +0000 (05:35 +0000)]
Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared objects in.