Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <423A2374.7070604@poiema.org> Date: Thu, 17 Mar 2005 16:40:20 -0800 From: Steven Boothe User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin/X11/QT3.3.3/Scribus1.3CVS: ./configure errors References: <4237C0E3 DOT 5090906 AT poiema DOT org> In-Reply-To: <4237C0E3.5090906@poiema.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes I just tried this at home too and generated the following in my config.log: noone AT sector0 ~/src/Scribus $ CFLAGS="-fdata-sections" CXXFLAGS="-fdata-sections" LDFLAGS="-Wl, --enable-runtime-pseudo-reloc, --script, $QTDIR/mkspecs/cyg win-g++/i386pi.x-no-rdata" ./configure --prefix=/opt/scribus/1.3 checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for pkg-config... no checking for libart2-config... /usr/bin/libart2-config checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. noone AT sector0 ~/src/Scribus $ Config.log: ... configure:2584: $? = 0 configure:2586: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry Thread model: posix gcc version 3.3.3 (cygwin special) configure:2589: $? = 0 configure:2591: gcc -V &5 gcc: `-V' option must have argument configure:2594: $? = 1 configure:2617: checking for C compiler default output file name configure:2620: gcc -fdata-sections -Wl, --enable-runtime-pseudo-reloc, --script, /opt/qt/3.3/mkspecs/cygwin-g++/i386pi.x-no-rdata conftest.c >&5 gcc: /opt/qt/3.3/mkspecs/cygwin-g++/i386pi.x-no-rdata: No such file or directory cc1: error: unrecognized option `-fenable-runtime-pseudo-reloc,' cc1: error: unrecognized option `-fscript,' configure:2623: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "scribus" | #define VERSION "1.3.0cvs" | #define HAVE_LIBART 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2662: error: C compiler cannot create executables See `config.log' for more details. ... It looks to me like there are problems here: configure:2589: $? = 0 configure:2591: gcc -V &5 gcc: `-V' option must have argument configure:2594: $? = 1 Does anybody know where I can edit the file that contains the instruction: gcc -V &5 ??? I checked cygwin and there isn't any directory for /dev and I'm not quite sure a possible equivalent exists. Any ideas? -- 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/