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 - Build / Linker / Additional Library Directories resolves wrong when making
Summary: Build / Linker / Additional Library Directories resolves wrong when making
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0.2
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-14 13:52 UTC by luke1985
Modified: 2016-07-20 11:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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