|
|
| XP is just a number | |
| PerlMonks |
Re: openssh build with Strawberry Perl provided gccby VinsWorldcom (Priest) |
| on Feb 15, 2013 at 20:13 UTC ( #1018962=note: print w/ replies, xml ) | Need Help?? |
|
I haven't built openssh with the Strawberry provided MinGW gcc compiler, but I have built many other Win32 C / C++ projects with it. It does build standalone Win32 executables, i.e., they don't rely on Cygwin. So your project will need to have the appropriate Windows headers / libraries. Stuff like this:
And then link to Windows libraries like libws2_32.a (-lws2_32) ...
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||