This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252982

Summary: Build / Linker / Additional Library Directories resolves wrong when making
Product: cnd Reporter: luke1985
Component: ProjectAssignee: ilia
Status: NEW ---    
Severity: normal CC: luke1985
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description luke1985 2015-06-14 13:52:51 UTC
When using additional library directory for example by adding a directory: 

D:/Biblioteki/glew/lib

at compile time the path resolves to something like that:

-L/D/Biblioteki/glew/lib

This is wrong, the library files are not searched. It should be 
-LD:/Biblioteki/glew/lib
Comment 1 soldatov 2015-06-14 21:48:21 UTC
Do you use MSys's make?
Comment 2 luke1985 2015-06-15 08:15:54 UTC
(In reply to soldatov from comment #1)
> Do you use MSys's make?

Yes