Bugs item #2137124, was opened at 2008-09-30 00:20
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2137124&group_id=173455

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: CeGCC (arm-wince-cegcc)
Group: None
Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Pedro Alves (pedroalves)
Summary: build-cegcc.sh doesnt build libstdc++.dll

Initial Comment:
Lines 21 and 22 of build-cegcc.sh script have:

COMPONENTS=( binutils bootstrap_gcc w32api newlib dummy_cegccdll gcc cegccdll 
cegccthrddll libstdcppdll profile docs )
COMPONENTS_NUM=${#COMPONENTS}

This returns COMPONENTS_NUM as 8, the number of letters in "binutils". Line 22 
should be:

COMPONENTS_NUM=${#COMPONENTS[*]}

The same thing occurs in build-mingw32ce.sh but there the number of components 
is, fortuitously, 8.

Thanks for your work on this project.

robertjens...@ozemail.com.au

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-01-22 06:29

Message:
zjKz2D  <a href="http://jfmlgyxlsgwn.com/";>jfmlgyxlsgwn</a>,
[url=http://hzbpbihqmqxa.com/]hzbpbihqmqxa[/url],
[link=http://lvxnrbbczfbu.com/]lvxnrbbczfbu[/link],
http://kjtlacdczmrw.com/

----------------------------------------------------------------------

Comment By: Pedro Alves (pedroalves)
Date: 2008-09-30 12:00

Message:
Thank you for the report.  I just committed the fix to build-cegcc.sh
and build-mingw32ce.sh too.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2137124&group_id=173455

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to