RE: What are the proper flags for Endianness and 32Bit

2008-03-19 Thread Embedded
David, thanks for your comments. I didn't give any details because I wasn't looking for the answer to my specific errors. Rather, I was looking for general answers to the proper area(s) to incorporate Endianness flags, 32bit flags and other flags within the package. Ger, has pointed out to look

Re: What are the proper flags for Endianness and 32Bit

2008-03-19 Thread Embedded
Thanks for the write-up. ( I knew I'd get some reaction ;) ) I've worked ahead and provided my OS dependant flags via the Makefile changes. Resolving my fllag issues allowed for successful compilation. My main idea was to follow the convention for OpenSSL in order to add new cpu(compiler,etc.),

RE: What are the proper flags for Endianness and 32Bit

2008-03-18 Thread David Schwartz
> Wow, is it possible one can't get help on this simple question?? It's entirely possible that the person who had the answer to your question saw it and had no idea they knew the answer. Your question contains *no* details. It would require someone to go hunting to figure out what your proble

Re: What are the proper flags for Endianness and 32Bit

2008-03-18 Thread Ger Hobbelt
You're teasing, right? ;-) Ah well, let's not digress. When you wish to port OpenSSL to an embedded system (like I've done several years ago - a paid job which results I'm not permitted to share with you) you should start looking at e_os.h and e_os2.h Porting software, especially when it comes t

Re: What are the proper flags for Endianness and 32Bit

2008-03-18 Thread Embedded
Wow, is it possible one can't get help on this simple question?? Can't say I'm impressed with this list and the package as a whole when it comes to the portability or documentation regarding flags and settings. If the settings aren't handled by the config script then your on your own. Em