Problem to build openssl-0.9.8e for vxworks
I use current Cygwin to build openssl-0.9.8e for Vxworks on Windows XP
platform.
Run ./Configure no-asm no-threads --openssldir d:/openssl vxworks-
ppc405 is Ok.
And then run make from bash console.
It tells the follow error for compiling each .c file.
d:\tornado2.2\host\x86-win32\bin\ccppc.exe: *** conflicting versions
of cygwin1.dll detected. Use only the most recent version.
I download Cygwin yesterday. It is current version.
Please help me out. I have spent 3 days to build openssl for vxworks.
Thank you.
Re: Problem to build openssl-0.9.8e for vxworks
On 6 5 , 11 41 , Allen <Allen.Che...@gmail.com> wrote:[color=blue]
> I use current Cygwin to build openssl-0.9.8e for Vxworks on Windows XP
> platform.
>
> Run ./Configure no-asm no-threads --openssldir d:/openssl vxworks-
> ppc405 is Ok.
> And then run make from bash console.
>
> It tells the follow error for compiling each .c file.
>
> d:\tornado2.2\host\x86-win32\bin\ccppc.exe: *** conflicting versions
> of cygwin1.dll detected. Use only the most recent version.
>
> I download Cygwin yesterday. It is current version.
>
> Please help me out. I have spent 3 days to build openssl for vxworks.
>
> Thank you.[/color]
I found the reason.
In $WIND_BASE/bin, there is also an cygwin1.dll. So it reports
conflicts.
To avoid this problem, I just add tornado environment path to the end
of
the path environment variable. i.e.
$export PATH=/bin:/usr/sbin:/usr/local/bin:\
/cygdrive/d/Tornado2.2/host/x86-win32/bin:\
/cygdrive/d/Tornado2.2/host/diab/WIN32/bin