Ticket #204 (new defect)

Opened 10 months ago

Interaction between installed and compiled libs

Reported by: dirk Assigned to: unassigned
Priority: minor Milestone: 2.0 Release
Component: Build Version: 2.0
Keywords: Cc:
Completion:

Description

I've just had to uninstall my OpenSG 1.8 from the system, as scons was picking up the installed 1.8 libs instead of the newly built 2.0 libs, and couldn't link anything.

I'm thinking that the order of lib dirs in linking is not conservative enough: "-L/usr/lib64 -Lbuild.linux.g++/instlinks/lib64/debug" might pick up an installed lib instead of the just compiled one.

Attachments

Built_libs_first_in_libpath.diff (2.5 kB) - added by cneumann on 08/26/07 16:48:10.
Patch - put installed lib's path as first element in LIBPATH

Change History

08/26/07 16:48:10 changed by cneumann

  • attachment Built_libs_first_in_libpath.diff added.

Patch - put installed lib's path as first element in LIBPATH