-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

Reply via email to