|
[jira] Created: (HARMONY-120) -lhycommon is listed twice in linux luni link: msg#00985java.harmony.devel
-lhycommon is listed twice in linux luni link command ----------------------------------------------------- Key: HARMONY-120 URL: http://issues.apache.org/jira/browse/HARMONY-120 Project: Harmony Type: Improvement Components: Classlib Reporter: Mark Hindess Priority: Trivial If we were happy assuming GNU make we could avoid inconsistency errors like this by deriving the -l options from the library dependency list with something like: MDLLIBFILES = \ ../lib/libhycommon.a ../libhysig.so ../lib/libhyzip.a ../libhyzlib.so \ ../lib/libhypool.a ../lib/libhyfdlibm.a ../libhythr.so ../libvmi.so LIBS = $(subst ../lib,-l,$(subst ../lib/lib,-l,$(basename $(MDLLIBFILES)))) Patch to remove the duplication is trivial so I wont bother to attach it - just delete the second -lhycommon line. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Platform dependent code placement (was: Re: repo layout again), Andrey Chernyshev |
|---|---|
| Next by Date: | [jira] Created: (HARMONY-121) Stack overflow running security manager test, Tim Ellison (JIRA) |
| Previous by Thread: | [jira] Created: (HARMONY-119) Cleaning up trivial redundant declarations in launcher, Mark Hindess (JIRA) |
| Next by Thread: | [jira] Created: (HARMONY-121) Stack overflow running security manager test, Tim Ellison (JIRA) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |