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 - More control over LDLIBSOPTIONS
Summary: More control over LDLIBSOPTIONS
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-18 18:30 UTC by boot2
Modified: 2014-04-14 14:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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