Ticket #381 (closed bug: fixed)
dynpmc libs missing and minor win32 fixes
| Reported by: | rurban | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.0 |
| Component: | core | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | applied | Platform: | all |
Description
Attached patch fixes the new dynpmc and dynoplibs makefiles for win32, though there's still some improvements to be done: better gcc detection e.g. cc=gcc-4 falls through here.
rm *$(O) is too dangerous, think of make clean O=
The libs are missing in LINKARGS, only some unices defer to link unresolved symbols, but's its far better to use the detected libs there also.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

