Re: Where's fpu_control.h ???

2005-09-09 Thread Leandro Melo
(508) 893-9779 - RFK Office > 838 Washington Street (508) 893-9889 - FAX > Holliston, MA 01746 > > -- Leandro -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Where's fpu_control.h ???

2005-09-08 Thread Leandro Melo
Hi.Which lib should I install on cygwin/gcc to get fpu_control.h?? I need this for making a c program. Thanks. -- Leandro -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: Building CGAL libs on Cygwin - Problems

2005-09-04 Thread Leandro Melo
package. > -- > René Berber > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Leandro

Building CGAL libs on Cygwin - Problems

2005-09-03 Thread Leandro Melo
on) /CGAL/CGAL-3.1/include/CGAL/_QP_solver/gmp_integer.h:162: error: `mpz_init_set_d' undeclared (first use this function) /CGAL/CGAL-3.1/include/CGAL/_QP_solver/gmp_integer.h: In destructor `GMP::Integer::~Integer()': /CGAL/CGAL-3.1/include/CGAL/_QP_solver/gmp_integer.h:174: error: `value&#x

A suggestion

2003-12-29 Thread Leandro
Cygwin.bat __ REGEDIT4 @echo off if "%1"=="" goto login bash -c "$( cygpath -u "%1" )" goto fim :login C: chdir C:\cygwin\bin bash --login -i :fim cygwin.reg __ REGEDIT4 [H

Why make with --win32 option don't accept C:\cygwin\bin\g++.exe to build a rule?

2002-03-21 Thread Leandro Gustavo Biss Becker
Hi Why make with --win32 option don't accept C:\cygwin\bin\g++.exe to build a rule like this main.cpp : main.o c:\cygwin\bin\g++.exe -g main.cpp The make gives the following error: make: C:\cygwin\bin\g++.exe: Command not found make: *** [main.o] Error 127 But if I use: main.cpp : main.o

Error using make.exe without bash shell

2002-03-20 Thread Leandro Gustavo Biss Becker
e C:\cygwin\bin\g++.exe --version at dos cmd line I got the version like expected. What can be ? PS.: The space before the compiler command line is a TAB and I already have this makefile working at a past time. Thanks in advance. Leandro -- Unsubscribe info: http://cygwin.com/ml/#unsubscr