I recently completed a build of openssl-0.9.8e using cegcc
Host system is FC6

There were a couple of minor missing components that I resolved and
I wonder if a patch should be submitted.  Here is a summary of changes
And the build steps:

A) missing include/sys/un.h   I just copied it from x86 linux
/usr/include/sys/un.h
B) termio.h  a copy of this file is located in
cegcc-0.50-src/src/newlib/newlib/libc/sys/sysvi386
C) #define TCSETA 0x5406 was inserted in termio.h to satisfy a pre-processor
symbol missing during openssl build
D) replace fork with vfork (found a reference to this already on cegcc devel
mailing list 30 June 2007)
E) Needed to include -lgcov on the build line for vfork link
F) sysconf() is not supported and was bypassed for now
G) For some reason -mthreads is reported as unrecognized option so I removed
it for now.

All was done with a static build, for now shared library supported was not
attempted.

/steverino2
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Saturday, October 20, 2007 12:14 PM
To: cegcc-devel@lists.sourceforge.net
Subject: Cegcc-devel Digest, Vol 16, Issue 15

Send Cegcc-devel mailing list submissions to
        cegcc-devel@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/cegcc-devel
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Cegcc-devel digest..."


Today's Topics:

   1. Re: List of software that works with CeGCC (Re:   mingwm10.dll?
      what for?) (pgeorges)


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

Message: 1
Date: Sat, 20 Oct 2007 20:34:41 +0200
From: pgeorges <[EMAIL PROTECTED]>
Subject: Re: [Cegcc-devel] List of software that works with CeGCC (Re:
        mingwm10.dll? what for?)
To: cegcc-devel@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

I ported a chess program to Pocket PC with cegcc :
http://prolinux.free.fr/scid/PPC.html

The code is in C, compiled with cegcc and the UI uses Tcl/Tk.

Pascal

Danny Backx a ?crit :
> On Fri, 2007-10-12 at 09:03 +0200, Jacek M. Holeczek wrote:
>   
>> Yes, I think a list of projects utilizing cegcc would be nice.
>> On sourceforge alone, there are about 600 projects listed, but it is 
>> very hard to find these that I can compile myself. Moreover, I assume 
>> there are also projects not listed on sourceforge ...
>>     
>
> Attached is a proposal for addition to our web site. Comments are 
> welcome.
>
>       Danny
>   
>




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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel


End of Cegcc-devel Digest, Vol 16, Issue 15
*******************************************


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to