Error after ./configure

2002-01-11 Thread Frank Wagner
Hello, I tried to build insight5.1 on a WinNT 4.0 maschine. After the command ./configure I got the following messages: Configuring for a i686-pc-cygwin host. Created Makefile in /home/WagnerF/insight using mf-frag /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:

Devicename conventions

2002-04-03 Thread Frank Wagner
Hello, does someone know wether there exists a document where I can find the devicename differences between windows and Linux/Unix. For example: To program the serial port with Cygwin the devicename for Windows must be /dev/com1 and on Linux /dev/ttyS0. So I want to know which names the other

Warning Message _WinMainCRTStartup

2002-10-16 Thread Frank Wagner
Hello, I compiled FLTK under cygwin and got the following warning multiple times. /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld C:\usr\i686-pc-cygwin\bin\ld [Warning] cannot find entry symbol _WinMainCRTStartup; defaulting to 00401000 FLTK is a GUI library for

New Cygwin installation

2004-03-17 Thread Frank Wagner
Hello, I updated my old cygwin installation with a newer one this week, I use cygwin in combination with a grafical development environment called Dev-Cpp. In the old installation it was sufficient to set up the c-include paht with c:\cygwin\usr\include and the c++-includes with

RE: New Cygwin installation

2004-03-17 Thread Frank Wagner
: cygwin-owner On Behalf Of Frank Wagner Sent: 17 March 2004 09:03 Hello, Hello. I updated my old cygwin installation with a newer one this week, I use cygwin in combination with a grafical development environment called Dev-Cpp. Never heard of it. In the old installation

funktion itoa

2003-07-30 Thread Frank Wagner
Hello, I need to convert a integer to a string and in this case I want to use the itoa funktion call. I found a description of this funktion that explains: char * itoa ( int value, char * buffer, int radix ); Wich is defined in stdlib.h. When I try to compile I get the follwing error: