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 135283

Summary: More control over LDLIBSOPTIONS
Product: cnd Reporter: boot2 <boot2>
Component: ProjectAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description boot2 2008-05-18 18:30:38 UTC
Currently, there is no way to put an arbitrary value to LDLIBSOPTIONS (check the makefiles inside nbproject). The GUI
only allows me to modify this variable by adding additional library directories. I need to be able to add values to this
variable besides library directories. "Other options" does not serve this purpose because of the place where these
options are added on the link command.

Context of use: currently, using wxWidgets with NetBeans on Windows is impossible unless you manually alter
LDLIBSOPTIONS. This workaround makes wxWidgets development on Windows difficult because LDLIBSOPTIONS has to be reset
every time the project is modified.
Comment 1 soldatov 2008-05-18 19:14:26 UTC
I know one way to set LDLIBSOPTIONS in GUI.
- Open 'Project Properties' window
- Select 'Build|Linker' category
- Click on '...' button in 'Libraries|Libraries' subcategory
- Click 'Add Option' button in 'Libraries' window
==> 'Select Option' window will appear
- Select 'Other Option' option
- Type some value