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
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
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
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
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
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
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
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.
8 matches
Mail list logo