Re: error documents and info email

From: Robert Collins <robert.collins@dont-contact.us>
Date: 21 Jul 2002 22:00:50 +1000

On Sun, 2002-07-21 at 21:41, PsychoTekk .de wrote:
> ----- Original Message -----
> From: Robert Collins <robert.collins@syncretize.net>
> Date: 21 Jul 2002 21:18:14 +1000
> To: "PsychoTekk .de" <psychotekk@europe.com>
> Subject: Re: error documents and info email
>
> thanks for the quick response!
>
> > > and how can i compile squid to an exe that runs on my w2k machine
> > > (without cygwin)?
> >
> > Do you mean
> > 'compile without cygwin' and get a .exe or
> > 'compile' and get a '.exe that runs without cygwin'?
> >
> > Rob
> >
> i want to compile it and get an executable that runs without
> cygwin.
> i already tried to compile it using ms visual studio 6 but
> i didn't succeed, so i suppose i have to use cygwin to compile it...
> make and gcc (the full cygwin 2.05a packet) are installed.
>
> make -C c:/work/squid-next/ -f makefile.in --win32 squid.exe
> gives me "makefile.in:14: *** missing separator. Stop." and
>
> gcc -x c c:/work/squid-next/makefile.in gives me
> "unterminated comment" vor several lines

Sounds like you aren't used to UNIX systems?

$ ./configure CC="gcc -mno-cygwin" --build=i686-pc-cygwin
--host=i686-pc-mingw
$ make

may work.

Rob
Received on Sun Jul 21 2002 - 06:00:58 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:15:52 MST