Re: g++ can't find

2012-05-25 Thread Bob Tennent
Problem solved. "which g++" showed that cygwin's g++ wasn't installed and I had been using mingw's g++. Bob T. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://c

Re: g++ can't find

2012-05-24 Thread Yaakov (Cygwin/X)
On 2012-05-24 20:56, Bob Tennent wrote: I'm trying to build a package that uses Qt4. The build fails at #include with "No such file or directory". But /usr/include/qt4/QtGui/QtGui exists and -I/usr/include/qt4/QtGui is one of the flags for g++. What am I missing here? Specific information: na

g++ can't find

2012-05-24 Thread Bob Tennent
I'm trying to build a package that uses Qt4. The build fails at #include with "No such file or directory". But /usr/include/qt4/QtGui/QtGui exists and -I/usr/include/qt4/QtGui is one of the flags for g++. What am I missing here? Bob T. -- Problem reports: http://cygwin.com/problems.html

Re: x86_64-w64-mingw32-g++ can't find -ldl

2010-10-11 Thread Yaakov (Cygwin/X)
On Mon, 2010-10-11 at 17:26 -0600, Eric Blake wrote: > There's your problem. x86_64-w64-mingw32 is a cross-compiler. It > compiles mingw executables, not cygwin executables. And mingw lacks > dlopen. You'll never get this to work. "Never" might be a *bit* harsh. If OP can't easily port the s

Re: x86_64-w64-mingw32-g++ can't find -ldl

2010-10-11 Thread Eric Blake
On 10/11/2010 05:23 PM, ke...@ca wrote: I'm using x86_64-w64-mingw32 in cygwin as 64-bit compiler to build 64-bit applications. Functions like dlopen(), dlerror(), etc., are used in codes. There's your problem. x86_64-w64-mingw32 is a cross-compiler. It compiles mingw executables, not cygwi

x86_64-w64-mingw32-g++ can't find -ldl

2010-10-11 Thread ke...@ca
I'm using x86_64-w64-mingw32 in cygwin as 64-bit compiler to build 64-bit applications. Functions like dlopen(), dlerror(), etc., are used in codes. I got errors when linking *.o to *.dll as follows. echo Linking shared library myxx.dll x86_64-w64-mingw32-g++ -D(omitted) -I(omitted) -minline-al

Re: g++ can't find ?

2004-02-19 Thread Brian Ford
On Thu, 19 Feb 2004, chuanyung wrote: > Dear all, > > I already download the latest version cygwin. and setup in win2000. > I use g++ to compile a cpp file with mmap function. > But it can't find the header file. > What should I do? > First, please try reading the problem reporting guide lines ava

g++ can't find ?

2004-02-19 Thread chuanyung
Dear all, I already download the latest version cygwin. and setup in win2000. I use g++ to compile a cpp file with mmap function. But it can't find the header file. What should I do? And how to use make? When I type make: it's borland make, not gnu make. How to setup? Thanks. Regards, cylin.