Re: compilation under cygwin

2008-08-05 Thread Brian Dessent
Marian Kogler wrote: > LIBS= -lpthread -lcurl -lcurlpp -lboost_thread-gcc-mt > -lboost_regex-gcc-mt -lstdc++ -lws2_32 -lxml2 -lssl -lcrypto -lws2_32 is a red flag. It should not be used from a Cygwin app, because it indicates that something is trying to use the Winsock API. This is

compilation under cygwin

2008-08-05 Thread Marian Kogler
Hi everbody! I tried to compile my program with gcc (version 3.4.4) under cygwin and used the following Makefile: ### CC = g++ CFLAGS = -D__USE_W32_SOCKETS -D_WIN32_WINDOWS=0x0501 LDLAGS = -D__USE_W32_SOCKETS -D_W

Re: Geomview compilation under cygwin ...

2004-01-15 Thread Brian Ford
On Thu, 15 Jan 2004, B. Marchand wrote: > At any rate, I had already posted this to the cygwin-xfree site with no > real success in terms of responses. I posted it here as well only for > completion. > I appologize, as I just found that post. I am *really* behind on my list reading because of the

Re: Geomview compilation under cygwin ...

2004-01-15 Thread B. Marchand
Well, the only reason why I visited a separate website was to download the xforms library. The xforms library is not actually needed to compile geomview. It's only used to compile some of the examples that come with it. Geomview itself will run fine without it. Even if you do include it, it wil

Re: Geomview compilation under cygwin ...

2004-01-15 Thread Christopher Faylor
On Thu, Jan 15, 2004 at 04:51:16PM -0500, B. Marchand wrote: >I followed the instructions on >http://www.rzuser.uni-heidelberg.de/~mfoehl/Geomview_under_Windows.html > >about compiling geomview under cygwin. I had to acquire the forms >library for Win32 from a different source > >http://ftp.fh-wolf

Geomview compilation under cygwin ...

2004-01-15 Thread B. Marchand
I followed the instructions on http://www.rzuser.uni-heidelberg.de/~mfoehl/Geomview_under_Windows.html about compiling geomview under cygwin. I had to acquire the forms library for Win32 from a different source http://ftp.fh-wolfenbuettel.de/links/unix/desktop/xforms/NT/GnuWIN32/ since they seem t