Problem 647

Summary: A01 does not link with global libraries, due to inclusion of hadlist.gmk
Product: Examples/Extended Reporter: Mark.Donszelmann
Component: analysis/A0Assignee: Gabriele Cosmo <Gabriele.Cosmo>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 6.2   
Hardware: All   
OS: All   

Description Mark.Donszelmann 2004-07-13 09:17:52 CEST
The A01 example fails to link with global libraries.

The link command will say "Using global libs" but then put the list of granular
libraries as a link option. Reason is that hadlist.gmk seems to set some
variable which tells binmake.gmk to go back to granular libs.
Comment 1 Gabriele Cosmo 2004-07-14 07:48:59 CEST
The problem is now fixed in tag "exampleA01-V06-02-00".
A list of kernel libraries was erroneously added to EXTRALIBS in hadlist.gmk.