Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 74415] error while loading shared libraries

https://bugs.eclipse.org/bugs/show_bug.cgi?id=74415





------- Additional Comments From kirby.thomas@xxxxxxx  2004-10-29 12:58 -------
If I understand, this is a problem I am also seeing and I think it belongs 
in 'build'.

What I'm seeing is that when a managed build file is used, the linker 
libraries are added to the objects.mk file with -l preceding the file 
path/name in the LIBS section. This causes the linker to look for the file 
with a '-l' as part of the file name.

I've had some success by manually editing the objects.mk file. However, the 
file is regenerated by CDT when other options for building are modified. 







------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top