Re: GNU C (MinGW) - Error 2

2006-03-13 Thread Doug Frippon
http://archive.midrange.com/linux5250/200505/msg00024.html look at this I think I could help you >Certain that \o isn't a quoted o in this context? Forward or doubled-back >slashes? I don't think !! regards Doug2die4 __ OpenSSL

Re: GNU C (MinGW) - Error 2

2006-03-13 Thread Andrew Madu
Hi, I gave up and downloaded a binary!   Andrew  On 3/13/06, Doug Frippon <[EMAIL PROTECTED]> wrote: http://archive.midrange.com/linux5250/200505/msg00024.html look at this I think I could help you>Certain that \o isn't a quoted o in this context?  Forward or doubled-back>slashes?I don't think !!re

Re: GNU C (MinGW) - Error 2

2006-03-13 Thread William A. Rowe, Jr.
Doug Frippon wrote: I mean instead of just writting tmp\e_os.h in your config file ( there one probably) write down c:\openssl-0.9.8a\tmp\e_os.h maybe mingw32 couldn't find tmp\e_os.h and need the full path to that file Certain that \o isn't a quoted o in this context? Forward or doubled-back

Re: GNU C (MinGW) - Error 2

2006-03-13 Thread Doug Frippon
nope sry for my part that the only thing that come in mind, if I think of something else I'll let you know. On 3/13/06, Andrew Madu <[EMAIL PROTECTED]> wrote: > > nope, no joy here! > > Any other ideas as to why a folder/file combination cannot be found within > the config file(s)? > > Andrew

Re: GNU C (MinGW) - Error 2

2006-03-13 Thread Andrew Madu
nope, no joy here!   Any other ideas as to why a folder/file combination cannot be found within the config file(s)?   Andrew  On 3/13/06, Doug Frippon <[EMAIL PROTECTED]> wrote: I mean instead of just writting tmp\e_os.h in your config file ( thereone probably) write down c:\openssl- 0.9.8a\tmp

Re: GNU C (MinGW) - Error 2

2006-03-13 Thread Doug Frippon
I mean instead of just writting tmp\e_os.h in your config file ( there one probably) write down c:\openssl-0.9.8a\tmp\e_os.h maybe mingw32 couldn't find tmp\e_os.h and need the full path to that file Doug2die4 On 3/13/06, Andrew Madu <[EMAIL PROTECTED]> wrote: > > Doug, > sorry for sounding dim he

Re: GNU C (MinGW) - Error 2

2006-03-13 Thread Andrew Madu
Doug, sorry for sounding dim here but could you just clarify what you mean by full path, full path from where to where?   regards   Andrew  On 3/13/06, Doug Frippon <[EMAIL PROTECTED]> wrote: Try it with full path maybe it can solve your prob!!!Doug2die4On 3/13/06, Andrew Madu < [EMAIL PROTECTED]>

Re: GNU C (MinGW) - Error 2

2006-03-13 Thread Doug Frippon
Try it with full path maybe it can solve your prob!!! Doug2die4 On 3/13/06, Andrew Madu <[EMAIL PROTECTED]> wrote: > > Hi Doug, > yes my tmp folder is in c:\openssl-0.9.8a. Any ideas? > > regards > > Andrew > > > On 3/13/06, Doug Frippon <[EMAIL PROTECTED]> wrote: > > > IS your tmp folder in c:\op

Re: GNU C (MinGW) - Error 2

2006-03-13 Thread Andrew Madu
Hi Doug, yes my tmp folder is in c:\openssl-0.9.8a. Any ideas?   regards   Andrew  On 3/13/06, Doug Frippon <[EMAIL PROTECTED]> wrote: IS your tmp folder in c:\openssl-0.9.8a???if not your path isn't oktry with full path to the tmp folder Doug2die4On 3/13/06, Andrew Madu <[EMAIL PROTECTED]> wro

Re: GNU C (MinGW) - Error 2

2006-03-13 Thread Doug Frippon
IS your tmp folder in c:\openssl-0.9.8a??? if not your path isn't ok try with full path to the tmp folder Doug2die4 On 3/13/06, Andrew Madu <[EMAIL PROTECTED]> wrote: > > Hi, > I am running windows XP (Version 5.1.2600) with service pack 2 and am trying > to use MinGW to build openssl. I use

GNU C (MinGW) - Error 2

2006-03-13 Thread Andrew Madu
Hi, I am running windows XP (Version 5.1.2600) with service pack 2 and am trying to use MinGW to build openssl. I use the following command as per th einstructions in the Install doc for windows:   c:\openssl-0.9.8a>ms\mingw32   and get the following read out:   process_begin: CreateProcess(null),

installing on solaris using GNU C

2002-04-04 Thread Thorson, Ronald T.
I've downloaded the openssl-engine-0.9.6c.tar.gz extracted contents...after running the sh config command the make results in errors of invalid options: -KPIC -Xa -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa I'm using version 2.95.3 20010315 (release) of the GNU GCC compiler..

gnu C

1999-06-30 Thread Sun JunXu
hi,all: I want to use gnu c (mingw32) to compile openssl, so I unzip egcs-1.1.2-mingw32.zip and make-3.76.1.zip in one directory, when I do something according to Install.w32 in openssl pachages, it can't create directory out, even I can say nothing to do, can I compile openssl using gnu mi