linking still failing in cygwin

Pablo Casado pcasado at absamail.co.za
Sun Oct 24 08:35:13 CEST 2004


Ralf Habacker wrote:

>Which gcc and qt (x11/win32, gcc2/gcc3) release are you exactly using ? 
>
>  
>
My versions are
qt 3.2.3 which I download from here  
http://prdownloads.sourceforge.net/kde-cygwin/qt-3.2.3.tar.bz2?download

gcc 3.3.1

gcc-2 2.95.3-10 that I downloaded from here
http://kde-cygwin.sf.net/snapshots/gcc2-2.95.3-10.tar.bz2

ld 2.14.90 that I downloaded from here
http://kde-cygwin.sf.net/snapshots/binutils-ld-update-20031205.tar.bz2

In the qmake generated Makefile I changed the following lines
CC = gcc
CXX = g++
LINK = g++

to
CC = gcc-2
CXX = g++-2
LINK = g++-2

but that didn't help. Same linking problem.

- Pablo.





More information about the kde-cygwin mailing list