You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jason Filby <ja...@yahoo.com> on 2002/03/05 07:46:45 UTC

Building APR

Hey all

Looks like you must have MSVC++ to build APR on Windows... isn't
there some way to build it with MingW (GCC ported to win32) or some
other Open Source compiler?

- Jason








__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

Re: Building APR

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
"B. W. Fitzpatrick" wrote:
> 
> On Tuesday, March 5, 2002, at 12:46  AM, Jason Filby wrote:
> 
> > Hey all
> >
> > Looks like you must have MSVC++ to build APR on Windows... isn't
> > there some way to build it with MingW (GCC ported to win32) or some
> > other Open Source compiler?
> 
> I'm pretty sure that you *can*, but I would be a little leery of building
> a portability layer on top of another portability layer.
> 
> -Fitz

gcc -mno-cygwin makes a code that uses "native" win32 dlls.

Re: Building APR

Posted by "B. W. Fitzpatrick" <fi...@apple.com>.
On Tuesday, March 5, 2002, at 12:46  AM, Jason Filby wrote:

> Hey all
>
> Looks like you must have MSVC++ to build APR on Windows... isn't
> there some way to build it with MingW (GCC ported to win32) or some
> other Open Source compiler?

I'm pretty sure that you *can*, but I would be a little leery of building 
a portability layer on top of another portability layer.

-Fitz