public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Trouble compiling C++ package
@ 2008-06-05 14:53 Richard Querin
  2008-06-05 15:45 ` Larry Hall (Cygwin)
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Richard Querin @ 2008-06-05 14:53 UTC (permalink / raw)
  To: cygwin

Hi,

I have a C++ package I'm trying to compile in Cygwin. It's generating
the following error and I'm not sure why:

"configure: error: C++ compiler cannot create executables"

I have already removed cygwin, downloaded the latest and completely
reinstalled it thinking this would fix the problem. No such luck it
seems. I've pasted in the config.log file and the output of cygcheck
-s -v -r in case that helps.

I think I've got all the C++ compiler packages installed, but I'm not
sure what the problem is.

Thanks.

RQ


-----------------------------------------------------------
-------------------- config.log -----------------------
-----------------------------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by task configure 1.0.0, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = t12
uname -m = i686
uname -r = 1.5.25(0.156/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2008-05-26 20:37

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: .
PATH: /home/yap/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/Gnumeric/bin
PATH: /cygdrive/c/Program Files/ActiveState Komodo IDE 4.2/
PATH: /cygdrive/c/Python25/
PATH: /cygdrive/c/program files/imagemagick-6.3.6-q16
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/Program Files/ATI Technologies/ATI Control Panel
PATH: /cygdrive/c/PROGRA~1/COMMON~1/AUTODE~1
PATH: /cygdrive/c/Program Files/Common Files/GTK/2.0/bin
PATH: /cygdrive/c/Program Files/QuickTime/QTSystem/
PATH: /cygdrive/c/Program Files/Common Files/Autodesk Shared/
PATH: /cygdrive/c/Program Files/Common Files/Repro Desk
PATH: /cygdrive/c/PROGRA~1/adoss
PATH: /cygdrive/c/Program Files/Autodesk/DWG TrueView/
PATH: /cygdrive/c/Program Files/Subversion/bin
PATH: /cygdrive/c/PROGRA~1/COMMON~1/MUVEET~1/030625


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1789: checking for a BSD-compatible install
configure:1845: result: /usr/bin/install -c
configure:1856: checking whether build environment is sane
configure:1899: result: yes
configure:1923: WARNING: `missing' script is too old or missing
configure:1927: checking for a thread-safe mkdir -p
configure:1966: result: /usr/bin/mkdir -p
configure:1979: checking for gawk
configure:1995: found /usr/bin/gawk
configure:2006: result: gawk
configure:2017: checking whether make sets $(MAKE)
configure:2042: result: no
configure:2289: checking for g++
configure:2305: found /usr/bin/g++
configure:2316: result: g++
configure:2347: checking for C++ compiler version
configure:2354: g++ --version >&5
g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2357: $? = 0
configure:2364: g++ -v >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with:
/usr/build/package/orig/test.respin/gcc-3.4.4-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,pascal,java,objc --enable-nls
--without-included-gettext --enable-version-specific-runtime-libs
--without-x --enable-libgcj --disable-java-awt --with-system-zlib
--enable-interpreter --disable-libgcj-debug --enable-threads=posix
--enable-java-gc=boehm --disable-win32-registry
--enable-sjlj-exceptions --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:2367: $? = 0
configure:2374: g++ -V >&5
g++: `-V' option must have argument
configure:2377: $? = 1
configure:2400: checking for C++ compiler default output file name
configure:2427: g++    conftest.cpp  >&5
      2 [main] ? 3312 init_cheap: Couldn't reserve 3600336 bytes of
space for cygwin's heap, Win32 error 487
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (3312): ***
AllocationBase 0x0, BaseAddress 0x61820000, RegionSize 0x360000, State
0x10000

      2 [main] ? 2344 init_cheap: Couldn't reserve 3600336 bytes of
space for cygwin's heap, Win32 error 487
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (2344): ***
AllocationBase 0x0, BaseAddress 0x61820000, RegionSize 0x360000, State
0x10000

      2 [main] ? 3776 init_cheap: Couldn't reserve 3600336 bytes of
space for cygwin's heap, Win32 error 487
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (3776): ***
AllocationBase 0x0, BaseAddress 0x61820000, RegionSize 0x360000, State
0x10000

      2 [main] ? 3912 init_cheap: Couldn't reserve 3600336 bytes of
space for cygwin's heap, Win32 error 487
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (3912): ***
AllocationBase 0x0, BaseAddress 0x61820000, RegionSize 0x360000, State
0x10000

      2 [main] ? 312 init_cheap: Couldn't reserve 3600336 bytes of
space for cygwin's heap, Win32 error 487
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (312): ***
AllocationBase 0x0, BaseAddress 0x61820000, RegionSize 0x360000, State
0x10000

      2 [main] ? 2524 init_cheap: Couldn't reserve 3600336 bytes of
space for cygwin's heap, Win32 error 487
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (2524): ***
AllocationBase 0x0, BaseAddress 0x61820000, RegionSize 0x360000, State
0x10000

configure:2430: $? = 1
configure:2468: result:
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "task"
| #define PACKAGE_TARNAME "task"
| #define PACKAGE_VERSION "1.0.0"
| #define PACKAGE_STRING "task 1.0.0"
| #define PACKAGE_BUGREPORT "bugs@beckingham.net"
| #define PACKAGE "task"
| #define VERSION "1.0.0"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2475: error: C++ compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_make_make_set=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='aclocal-1.10'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='tar'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.10'
AWK='gawk'
CC=''
CCDEPMODE=''
CFLAGS=''
CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='cygpath -w'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='makeinfo'
OBJEXT=''
PACKAGE='task'
PACKAGE_BUGREPORT='bugs@beckingham.net'
PACKAGE_NAME='task'
PACKAGE_STRING='task 1.0.0'
PACKAGE_TARNAME='task'
PACKAGE_VERSION='1.0.0'
PATH_SEPARATOR=':'
SET_MAKE='MAKE=make'
SHELL='/bin/sh'
STRIP=''
VERSION='1.0.0'
ac_ct_CC=''
ac_ct_CXX='g++'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /cygdrive/c/Documents and
Settings/t12/downloads/task-1.0.0/task-1.0.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "task"
#define PACKAGE_TARNAME "task"
#define PACKAGE_VERSION "1.0.0"
#define PACKAGE_STRING "task 1.0.0"
#define PACKAGE_BUGREPORT "bugs@beckingham.net"
#define PACKAGE "task"
#define VERSION "1.0.0"

configure: exit 77




-----------------------------------------------------------
------------cygcheck -s -v -r output-------------
-----------------------------------------------------------


Cygwin Configuration Diagnostics

Current System Time: Thu Jun 05 10:45:02 2008



Windows XP Professional Ver 5.1 Build 2600 Service Pack 2



Path:	.

	C:\cygwin\home\yap\bin

	C:\cygwin\usr\local\bin

	C:\cygwin\bin

	C:\cygwin\bin

	C:\cygwin\usr\X11R6\bin

	c:\Gnumeric\bin

	c:\Program Files\ActiveState Komodo IDE 4.2\

	c:\Python25\

	c:\program files\imagemagick-6.3.6-q16

	c:\WINDOWS\system32

	c:\WINDOWS

	c:\WINDOWS\System32\Wbem

	c:\Program Files\ATI Technologies\ATI Control Panel

	c:\PROGRA~1\COMMON~1\AUTODE~1

	c:\Program Files\Common Files\GTK\2.0\bin

	c:\Program Files\QuickTime\QTSystem\

	c:\Program Files\Common Files\Autodesk Shared\

	c:\Program Files\Common Files\Repro Desk

	c:\PROGRA~1\adoss

	c:\Program Files\Autodesk\DWG TrueView\

	c:\Program Files\Subversion\bin

	c:\PROGRA~1\COMMON~1\MUVEET~1\030625



Output from C:\cygwin\bin\id.exe (nontsec)

UID: 11120(t12)         GID: 10545(mkgroup-l-d)

0(root)                 544(Administrators)     545(Users)

10545(mkgroup-l-d)



Output from C:\cygwin\bin\id.exe (ntsec)

UID: 11120(t12)         GID: 10545(mkgroup-l-d)

0(root)                 544(Administrators)     545(Users)

10545(mkgroup-l-d)



SysDir: C:\WINDOWS\system32

WinDir: C:\WINDOWS



USER = 't12'

PWD = '/cygdrive/c/Documents and Settings/t12/downloads/task-1.0.0/task-1.0.0'

HOME = '/cygdrive/c/Documents and Settings/t12'

MAKE_MODE = 'unix'



HOMEPATH = '\Documents and Settings\t12'

MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'

APPDATA = 'C:\Documents and Settings\t12\Application Data'

HOSTNAME = 't12'

TERM = 'cygwin'

PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 4 Stepping 4, GenuineIntel'

WINDIR = 'C:\WINDOWS'

OLDPWD = '/cygdrive/c/Documents and Settings/t12'

USERDOMAIN = 'MAIN_SERVER'

OS = 'Windows_NT'

ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'

DEVMGR_SHOW_NONPRESENT_DEVICES = '1'

APR_ICONV_PATH = 'C:\Program Files\Subversion\iconv'

TEMP = '/cygdrive/c/DOCUME~1/t12/LOCALS~1/Temp'

COMMONPROGRAMFILES = 'C:\Program Files\Common Files'

GTK_BASEPATH = 'C:\Gnumeric'

QTJAVA = 'C:\Program Files\Java\j2re1.4.2_03\lib\ext\QTJava.zip'

USERNAME = 't12'

PROCESSOR_LEVEL = '15'

FP_NO_HOST_CHECK = 'NO'

SYSTEMDRIVE = 'C:'

__COMPAT_LAYER = 'EnableNXShowUI '

USERPROFILE = 'C:\Documents and Settings\t12'

CLIENTNAME = 'Console'

PS1 = '[\t \u \W]\$ '

LOGONSERVER = '\\MAIN'

PROCESSOR_ARCHITECTURE = 'x86'

!C: = 'C:\cygwin\bin'

HISTCONTROL = 'ignoredups'

SHLVL = '1'

USERDNSDOMAIN = 'MAIN.DORLAN.ON.CA'

PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.py;.pyw'

HOMEDRIVE = 'C:'

PROMPT = '$P$G'

COMSPEC = 'C:\WINDOWS\system32\cmd.exe'

TMP = '/cygdrive/c/DOCUME~1/t12/LOCALS~1/Temp'

SYSTEMROOT = 'C:\WINDOWS'

PRINTER = '\\main\HP LaserJet 5Si MX'

CVS_RSH = '/bin/ssh'

PROCESSOR_REVISION = '0404'

CLASSPATH = 'C:\Program Files\Java\j2re1.4.2_03\lib\ext\QTJava.zip'

OMP_NUM_THREADS = '2'

INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'

PROGRAMFILES = 'C:\Program Files'

SAMDIR = 'SINSTDIR'

NUMBER_OF_PROCESSORS = '2'

SESSIONNAME = 'Console'

COMPUTERNAME = 'T12'

SONICCENTRAL = 'C:\Program Files\Common Files\Sonic Shared\Sonic Central\'

_ = '/usr/bin/cygcheck'



HKEY_CURRENT_USER\Software\Cygnus Solutions

HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin

HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2

HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2

  (default) = '/cygdrive'

  cygdrive flags = 0x00000022

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/

  (default) = 'C:\cygwin'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin

  (default) = 'C:\cygwin/bin'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib

  (default) = 'C:\cygwin/lib'

  flags = 0x0000000a

HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options



c:  hd  NTFS    149456Mb  71% CP CS UN PA FC     Local Disk

d:  cd             N/A    N/A

e:  cd             N/A    N/A

f:  fd             N/A    N/A

g:  fd             N/A    N/A

l:  net NTFS    216516Mb  89% CP CS UN PA FC

n:  net NTFS    216516Mb  89% CP CS UN PA FC

p:  net NTFS    216516Mb  89% CP CS UN PA FC

r:  net NTFS    216516Mb  89% CP CS UN PA FC



C:\cygwin      /          system  binmode

C:\cygwin/bin  /usr/bin   system  binmode

C:\cygwin/lib  /usr/lib   system  binmode

.              /cygdrive  system  binmode,cygdrive



Found: C:\cygwin\bin\awk.exe

Found: C:\cygwin\bin\bash.exe

Found: C:\cygwin\bin\cat.exe

Found: C:\cygwin\bin\cp.exe

Found: C:\cygwin\bin\cpp.exe

Not Found: crontab

Found: C:\cygwin\bin\find.exe

Found: C:\cygwin\bin\gcc.exe

Not Found: gdb

Found: C:\cygwin\bin\grep.exe

Found: C:\cygwin\bin\kill.exe

Found: C:\cygwin\bin\ld.exe

Found: C:\cygwin\bin\ls.exe

Not Found: make

Found: C:\cygwin\bin\mv.exe

Not Found: patch

Found: C:\cygwin\bin\perl.exe

Found: C:\cygwin\bin\rm.exe

Found: C:\cygwin\bin\sed.exe

Not Found: ssh

Found: C:\cygwin\bin\sh.exe

Found: C:\cygwin\bin\tar.exe

Found: C:\cygwin\bin\test.exe

Not Found: vi

Found: C:\cygwin\bin\vim.exe



   45k 2005/06/22 C:\WINDOWS\system32\cygz.dll - os=4.0 img=1.0 sys=4.0

                  "cygz.dll" v0.0 ts=2003/12/3 22:03

  602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0

                  "cygwin1.dll" v0.0 ts=2005/5/25 19:38

   87k 2006/02/16 C:\cygwin\bin\cygatk-1.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygatk-1.0-0.dll" v0.0 ts=2006/2/6 16:13

   61k 2008/04/01 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygbz2-1.dll" v0.0 ts=2008/3/31 23:37

    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57

 1059k 2007/10/19 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0

                  "cygcrypto-0.9.8.dll" v0.0 ts=2007/10/19 7:45

  703k 2007/12/17 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0

                  "cygdb-4.2.dll" v0.0 ts=2007/12/17 6:58

  943k 2007/12/17 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0

                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 8:12

 1036k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0

                  "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 6:58

 1296k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0

                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 8:12

  118k 2007/04/06 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygexpat-0.dll" v0.0 ts=2007/4/6 16:43

  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygexpat-1.dll" v0.0 ts=2008/5/9 0:03

  161k 2007/03/28 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygfontconfig-1.dll" v0.0 ts=2007/3/28 7:16

   40k 2006/11/15 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0

                  "cygform-8.dll" v0.0 ts=2006/11/15 2:06

   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0

                  "cygform7.dll" v0.0 ts=2003/8/9 5:25

  462k 2007/05/31 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygfreetype-6.dll" v0.0 ts=2007/5/30 23:34

   19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0

                  "cyggdbm-4.dll" v0.0 ts=2006/11/19 3:18

    8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0

                  "cyggdbm_compat-4.dll" v0.0 ts=2006/11/19 3:18

  451k 2005/12/27 C:\cygwin\bin\cyggdk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cyggdk-x11-2.0-0.dll" v0.0 ts=2005/12/26 6:20

   77k 2005/12/27 C:\cygwin\bin\cyggdk_pixbuf-2.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cyggdk_pixbuf-2.0-0.dll" v0.0 ts=2005/12/26 6:11

   54k 2005/12/27 C:\cygwin\bin\cyggdk_pixbuf_xlib-2.0-0.dll - os=4.0
img=1.0 sys=4.0

                  "cyggdk_pixbuf_xlib-2.0-0.dll" v0.0 ts=2005/12/26 7:03

   81k 2005/08/18 C:\cygwin\bin\cygglade-2.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygglade-2.0-0.dll" v0.0 ts=2005/8/18 14:51

  135k 2005/03/16 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygglib-1-2-0.dll" v0.0 ts=2005/3/15 22:16

  515k 2006/06/06 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygglib-2.0-0.dll" v0.0 ts=2006/6/5 18:32

  182k 2008/03/23 C:\cygwin\bin\cygglut-3.dll - os=4.0 img=1.0 sys=4.0

                  "cygglut-3.dll" v0.0 ts=2008/3/23 14:18

   12k 2005/03/16 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0

                  "cyggmodule-1-2-0.dll" v0.0 ts=2005/3/15 22:18

   10k 2006/06/06 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cyggmodule-2.0-0.dll" v0.0 ts=2006/6/5 18:36

  222k 2006/06/06 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cyggobject-2.0-0.dll" v0.0 ts=2006/6/5 18:35

   10k 2005/03/16 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0

                  "cyggthread-1-2-0.dll" v0.0 ts=2005/3/15 22:18

   14k 2006/06/06 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cyggthread-2.0-0.dll" v0.0 ts=2006/6/5 18:36

 2764k 2005/12/27 C:\cygwin\bin\cyggtk-x11-2.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cyggtk-x11-2.0-0.dll" v0.0 ts=2005/12/26 6:43

   25k 2008/01/04 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0

                  "cyghistory6.dll" v0.0 ts=2008/1/3 22:31

  271k 2007/08/24 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygicons-0.dll" v0.0 ts=2007/8/24 3:24

  976k 2006/10/22 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygiconv-2.dll" v0.0 ts=2006/10/22 19:44

   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl-1.dll" v0.0 ts=2001/12/13 4:28

   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl-2.dll" v0.0 ts=2003/8/10 17:50

   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl-3.dll" v0.0 ts=2005/11/19 21:04

   31k 2006/10/23 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0

                  "cygintl-8.dll" v0.0 ts=2006/10/22 20:12

  124k 2006/11/09 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0

                  "cygjpeg-62.dll" v0.0 ts=2006/11/9 4:02

   21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0

                  "cygmenu-8.dll" v0.0 ts=2006/11/15 2:05

   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0

                  "cygmenu7.dll" v0.0 ts=2003/8/9 5:25

   67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses++-8.dll" v0.0 ts=2006/11/15 2:13

  237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses-8.dll" v0.0 ts=2006/11/15 2:02

  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0

                  "cygncurses7.dll" v0.0 ts=2003/8/9 5:24

   12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0

                  "cygpanel-8.dll" v0.0 ts=2006/11/15 2:04

   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0

                  "cygpanel7.dll" v0.0 ts=2003/8/9 5:24

  198k 2005/07/18 C:\cygwin\bin\cygpango-1.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpango-1.0-0.dll" v0.0 ts=2005/7/18 7:26

  134k 2005/07/18 C:\cygwin\bin\cygpangoft2-1.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpangoft2-1.0-0.dll" v0.0 ts=2005/7/18 7:28

   33k 2005/07/18 C:\cygwin\bin\cygpangowin32-1.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpangowin32-1.0-0.dll" v0.0 ts=2005/7/18 7:29

   36k 2005/07/18 C:\cygwin\bin\cygpangox-1.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpangox-1.0-0.dll" v0.0 ts=2005/7/18 7:27

   22k 2005/07/18 C:\cygwin\bin\cygpangoxft-1.0-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpangoxft-1.0-0.dll" v0.0 ts=2005/7/18 7:29

  150k 2008/04/25 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpcre-0.dll" v0.0 ts=2008/4/24 20:30

  303k 2008/04/25 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpcrecpp-0.dll" v0.0 ts=2008/4/24 20:30

    7k 2008/04/25 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpcreposix-0.dll" v0.0 ts=2008/4/24 20:30

 1224k 2007/07/19 C:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0

                  "cygperl5_8.dll" v0.0 ts=2007/7/8 15:14

  226k 2006/11/05 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0

                  "cygpng12.dll" v0.0 ts=2006/11/5 18:32

   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0

                  "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45

  155k 2008/01/04 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0

                  "cygreadline6.dll" v0.0 ts=2008/1/3 22:31

  219k 2007/10/19 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0

                  "cygssl-0.9.8.dll" v0.0 ts=2007/10/19 7:45

  312k 2006/11/10 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0

                  "cygtiff-5.dll" v0.0 ts=2006/11/10 3:09

  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0

                  "cygtiff4.dll" v0.0 ts=2003/8/10 22:32

   27k 2005/10/23 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0

                  "cygungif-4.dll" v0.0 ts=2005/10/23 16:11

 1069k 2007/05/22 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygxml2-2.dll" v0.0 ts=2007/5/22 2:49

   65k 2006/10/16 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0

                  "cygz.dll" v0.0 ts=2006/10/15 21:10

 1828k 2008/05/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0

                  "cygwin1.dll" v0.0 ts=2008/5/26 20:38

    Cygwin DLL version info:

        DLL version: 1.5.25

        DLL epoch: 19

        DLL bad signal mask: 19005

        DLL old termios: 5

        DLL malloc env: 28

        API major: 0

        API minor: 156

        Shared data: 4

        DLL identifier: cygwin1

        Mount registry: 2

        Cygnus registry name: Cygnus Solutions

        Cygwin registry name: Cygwin

        Program options name: Program Options

        Cygwin mount registry name: mounts v2

        Cygdrive flags: cygdrive flags

        Cygdrive prefix: cygdrive prefix

        Cygdrive default prefix:

        Build date: Mon May 26 20:37:58 EDT 2008

        CVS tag: cr-0x5f1

        Shared id: cygwin1S4



   20k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0
img=1.0 sys=4.0

                  "cygfontenc-1.dll" v0.0 ts=2005/10/26 15:14

   34k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygFS-6.dll" v0.0 ts=2005/10/26 13:52

  357k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygGL-1.dll" v0.0 ts=2005/10/26 14:30

  441k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygGLU-1.dll" v0.0 ts=2005/10/26 14:48

   74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygICE-6.dll" v0.0 ts=2005/10/26 13:11

    8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygoldX-6.dll" v0.0 ts=2005/10/26 13:09

 1662k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0
img=1.0 sys=4.0

                  "cygOSMesa-4.dll" v0.0 ts=2005/10/26 14:32

   28k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygSM-6.dll" v0.0 ts=2005/10/26 13:12

  884k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygX11-6.dll" v0.0 ts=2005/10/26 13:07

    8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXau-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXau-6.dll" v0.0 ts=2005/10/26 12:31

  250k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXaw-6.dll" v0.0 ts=2005/10/26 13:33

  354k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0

                  "cygXaw-7.dll" v0.0 ts=2005/10/26 13:39

  360k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0

                  "cygXaw-8.dll" v0.0 ts=2005/10/26 13:45

    7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0
img=1.0 sys=4.0

                  "cygXcomposite-1.dll" v0.0 ts=2005/10/26 15:04

   30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0
img=1.0 sys=4.0

                  "cygXcursor-1.dll" v0.0 ts=2005/10/26 15:03

    8k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0
img=1.0 sys=4.0

                  "cygXdamage-1.dll" v0.0 ts=2005/10/26 15:02

   16k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXdmcp-6.dll - os=4.0
img=1.0 sys=4.0

                  "cygXdmcp-6.dll" v0.0 ts=2005/10/26 12:34

    7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0
img=1.0 sys=4.0

                  "cygXevie-1.dll" v0.0 ts=2005/10/26 15:01

   50k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXext-6.dll" v0.0 ts=2005/10/26 13:14

   15k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0
img=1.0 sys=4.0

                  "cygXfixes-3.dll" v0.0 ts=2005/10/26 15:02

   56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygXft-1.dll" v0.0 ts=2003/11/17 20:42

   63k 2008/04/10 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0

                  "cygXft-2.dll" v0.0 ts=2008/4/10 15:22

   26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXi-6.dll" v0.0 ts=2005/10/26 13:48

  121k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0
img=1.0 sys=4.0

                  "cygxkbfile-1.dll" v0.0 ts=2005/10/26 13:54

   11k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0
img=1.0 sys=4.0

                  "cygxkbui-1.dll" v0.0 ts=2005/10/26 13:54

   74k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXmu-6.dll" v0.0 ts=2005/10/26 13:22

   10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygXmuu-1.dll" v0.0 ts=2005/10/26 13:23

   26k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXp-6.dll" v0.0 ts=2005/10/26 13:27

   54k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0

                  "cygXpm-4.dll" v0.0 ts=2005/10/26 13:26

   10k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0
img=1.0 sys=4.0

                  "cygXrandr-2.dll" v0.0 ts=2005/10/26 14:58

   30k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0
img=1.0 sys=4.0

                  "cygXrender-1.dll" v0.0 ts=2005/10/26 14:52

    7k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0

                  "cygXRes-1.dll" v0.0 ts=2005/10/26 15:00

   38k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrx-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygxrx-6.dll" v0.0 ts=2005/10/26 16:13

   24k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygxrxnest-6.dll - os=4.0
img=1.0 sys=4.0

                  "cygxrxnest-6.dll" v0.0 ts=2005/10/26 16:14

  283k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXt-6.dll" v0.0 ts=2005/10/26 13:19

   27k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0
img=1.0 sys=4.0

                  "cygXTrap-6.dll" v0.0 ts=2005/10/26 15:00

   17k 2005/10/27 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0

                  "cygXtst-6.dll" v0.0 ts=2005/10/26 13:49

Warning: There are multiple cygwin1.dlls on your path



Can't find the cygrunsrv utility, skipping services check.





Cygwin Package Information

Last downloaded files to: C:\Documents and Settings\t12\downloads\cygwin_install

Last downloaded files from: ftp://mirrors.kernel.org/sourceware/cygwin



Package              Version

_update-info-dir     00737-1

alternatives         1.3.30c-2

ash                  20040127-3

atk                  1.10.3-1

atk-runtime          1.10.3-1

autoconf             4-1

autoconf2.1          2.13-3

autoconf2.5          2.61-1

automake1.9          1.9.6-2

base-files           3.7-1

base-passwd          2.2-1

bash                 3.2.39-19

bash-completion      20060301-2

binutils             20080523-1

bzip2                1.0.5-2

checkx               0.2.0-2

coreutils            6.10-1

crypt                1.1-1

ctris                0.42-1

cygutils             1.3.2-1

cygwin               1.5.25-14

cygwin-doc           1.4-4

editrights           1.01-2

expat                2.0.1-1

findutils            4.4.0-1

fontconfig           2.4.1-5

freetype2            2.3.4-2

gawk                 3.1.6-1

gcc-core             3.4.4-3

gcc-g++              3.4.4-3

gcc-mingw-core       20050522-1

gcc-mingw-g++        20050522-1

gettext              0.15-1

glib                 1.2.10-3

glib2                2.10.3-1

glib2-runtime        2.10.3-1

grep                 2.5.1a-4

groff                1.18.1-2

gtk2-x11             2.6.10-1

gtk2-x11-runtime     2.6.10-1

gvim                 7.1.002-1

gzip                 1.3.12-2

jpeg                 6b-12

less                 382-1

libbz2_1             1.0.5-2

libdb4.2             4.2.52.5-2

libdb4.5             4.5.20.2-2

libexpat0            1.95.8-2

libexpat1            2.0.1-1

libfontconfig1       2.4.1-5

libfreetype26        2.3.4-2

libgdbm4             1.8.3-8

libglade2            2.5.1-1

libglut3             2.4.0-1

libiconv2            1.11-1

libintl1             0.10.40-1

libintl2             0.12.1-3

libintl3             0.14.5-1

libintl8             0.15-1

libjpeg-devel        6b-12

libjpeg62            6b-12

libncurses7          5.3-4

libncurses8          5.5-3

libpcre0             7.6-2

libpng               1.2.12-1

libpng12             1.2.12-1

libpng12-devel       1.2.12-1

libpopt0             1.6.4-4

libreadline6         5.2.12-10

libtiff4             3.6.0-5

libtiff5             3.8.2-3

libungif             4.1.4-1

libungif4            4.1.4-1

libXft               2.1.7-2

libXft1              1.0.0-1

libXft2              2.1.7-2

libxml2              2.6.28-2

login                1.9-7

lynx                 2.8.5-4

m4                   1.4.10b-2

man                  1.6e-1

mc                   4.6.1-2

mingw-runtime        3.14-1

mktemp               1.5-4

ncurses              5.5-3

ninvaders            0.1.1-1

Numeric              24.2-1

openssl              0.9.8g-1

pango                1.8.1-1

pango-runtime        1.8.1-1

pcre                 7.6-2

perl                 5.8.8-4

pygtk2               2.6.3-1

python               2.5.1-2

rebase               2.4.3-1

run                  1.1.10-1

rxvt                 20050409-7

rxvt-unicode-common  7.7-6

rxvt-unicode-X       7.7-6

sed                  4.1.5-2

sudoku               1.0.1-1

tar                  1.20-1

tcltk                20080420-1

termcap              20050421-1

terminfo             5.5_20061104-1

texinfo              4.8a-1

tiff                 3.8.2-3

typespeed            0.6.4-1

tzcode               2008a-1

urlgrabber           3.1.0-1

vim                  7.1-1

w32api               3.11-1

which                2.19-1

X-startup-scripts    1.0.11-1

xorg-x11-base        6.8.99.901-1

xorg-x11-bin         6.8.99.901-1

xorg-x11-bin-dlls    6.8.99.901-1

xorg-x11-bin-lndir   6.8.99.901-1

xorg-x11-etc         6.8.99.901-1

xorg-x11-fenc        6.8.99.901-1

xorg-x11-fnts        6.8.99.901-1

xorg-x11-fscl        6.8.99.901-1

xorg-x11-libs-data   6.8.99.901-1

xorg-x11-xwin        6.8.99.901-1

xterm                229-1

zlib                 1.2.3-2

Use -h to see help about each section

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Trouble compiling C++ package
  2008-06-05 14:53 Trouble compiling C++ package Richard Querin
@ 2008-06-05 15:45 ` Larry Hall (Cygwin)
  2008-06-05 15:46 ` Greg Chicares
  2008-06-05 15:55 ` Warren Young
  2 siblings, 0 replies; 10+ messages in thread
From: Larry Hall (Cygwin) @ 2008-06-05 15:45 UTC (permalink / raw)
  To: cygwin

Richard Querin wrote:
> Hi,
> 
> I have a C++ package I'm trying to compile in Cygwin. It's generating
> the following error and I'm not sure why:
> 
> "configure: error: C++ compiler cannot create executables"
> 
> I have already removed cygwin, downloaded the latest and completely
> reinstalled it thinking this would fix the problem. No such luck it
> seems. I've pasted in the config.log file and the output of cygcheck
> -s -v -r in case that helps.
> 
> I think I've got all the C++ compiler packages installed, but I'm not
> sure what the problem is.
> 
> Thanks.
> 
> RQ
> 
> 
> -----------------------------------------------------------
> -------------------- config.log -----------------------
> -----------------------------------------------------------
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> It was created by task configure 1.0.0, which was
> generated by GNU Autoconf 2.61.  Invocation command line was
> 
>   $ ./configure
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = t12
> uname -m = i686
> uname -r = 1.5.25(0.156/4/2)
> uname -s = CYGWIN_NT-5.1
> uname -v = 2008-05-26 20:37
> 
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
> 
> /bin/arch              = i686
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: .
> PATH: /home/yap/bin
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/X11R6/bin
> PATH: /cygdrive/c/Gnumeric/bin
> PATH: /cygdrive/c/Program Files/ActiveState Komodo IDE 4.2/
> PATH: /cygdrive/c/Python25/
> PATH: /cygdrive/c/program files/imagemagick-6.3.6-q16
> PATH: /cygdrive/c/WINDOWS/system32
> PATH: /cygdrive/c/WINDOWS
> PATH: /cygdrive/c/WINDOWS/System32/Wbem
> PATH: /cygdrive/c/Program Files/ATI Technologies/ATI Control Panel
> PATH: /cygdrive/c/PROGRA~1/COMMON~1/AUTODE~1
> PATH: /cygdrive/c/Program Files/Common Files/GTK/2.0/bin
> PATH: /cygdrive/c/Program Files/QuickTime/QTSystem/
> PATH: /cygdrive/c/Program Files/Common Files/Autodesk Shared/
> PATH: /cygdrive/c/Program Files/Common Files/Repro Desk
> PATH: /cygdrive/c/PROGRA~1/adoss
> PATH: /cygdrive/c/Program Files/Autodesk/DWG TrueView/
> PATH: /cygdrive/c/Program Files/Subversion/bin
> PATH: /cygdrive/c/PROGRA~1/COMMON~1/MUVEET~1/030625
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:1789: checking for a BSD-compatible install
> configure:1845: result: /usr/bin/install -c
> configure:1856: checking whether build environment is sane
> configure:1899: result: yes
> configure:1923: WARNING: `missing' script is too old or missing
> configure:1927: checking for a thread-safe mkdir -p
> configure:1966: result: /usr/bin/mkdir -p
> configure:1979: checking for gawk
> configure:1995: found /usr/bin/gawk
> configure:2006: result: gawk
> configure:2017: checking whether make sets $(MAKE)
> configure:2042: result: no
> configure:2289: checking for g++
> configure:2305: found /usr/bin/g++
> configure:2316: result: g++
> configure:2347: checking for C++ compiler version
> configure:2354: g++ --version >&5
> g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
> Copyright (C) 2004 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> configure:2357: $? = 0
> configure:2364: g++ -v >&5
> Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
> Configured with:
> /usr/build/package/orig/test.respin/gcc-3.4.4-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,pascal,java,objc --enable-nls
> --without-included-gettext --enable-version-specific-runtime-libs
> --without-x --enable-libgcj --disable-java-awt --with-system-zlib
> --enable-interpreter --disable-libgcj-debug --enable-threads=posix
> --enable-java-gc=boehm --disable-win32-registry
> --enable-sjlj-exceptions --enable-hash-synchronization
> --enable-libstdcxx-debug
> Thread model: posix
> gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
> configure:2367: $? = 0
> configure:2374: g++ -V >&5
> g++: `-V' option must have argument
> configure:2377: $? = 1
> configure:2400: checking for C++ compiler default output file name
> configure:2427: g++    conftest.cpp  >&5
>       2 [main] ? 3312 init_cheap: Couldn't reserve 3600336 bytes of
> space for cygwin's heap, Win32 error 487
> C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (3312): ***
> AllocationBase 0x0, BaseAddress 0x61820000, RegionSize 0x360000, State
> 0x10000

This suggests either a DLL rebase problem or
<http://cygwin.com/acronyms/#BLODA>.  In the case of the former, install
the 'rebase' package and read "/usr/share/doc/Cygwin/rebase*.README".  In
the latter, follow the info provided by the link above.

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Trouble compiling C++ package
  2008-06-05 14:53 Trouble compiling C++ package Richard Querin
  2008-06-05 15:45 ` Larry Hall (Cygwin)
@ 2008-06-05 15:46 ` Greg Chicares
  2008-06-05 15:52   ` Larry Hall (Cygwin)
  2008-06-05 16:23   ` Richard Querin
  2008-06-05 15:55 ` Warren Young
  2 siblings, 2 replies; 10+ messages in thread
From: Greg Chicares @ 2008-06-05 15:46 UTC (permalink / raw)
  To: cygwin

On 2008-06-05 14:53Z, Richard Querin wrote:
> 
> I have a C++ package I'm trying to compile in Cygwin. It's generating
> the following error and I'm not sure why:
> 
> "configure: error: C++ compiler cannot create executables"
> 
> I have already removed cygwin, downloaded the latest and completely
> reinstalled it thinking this would fix the problem. No such luck it
> seems. I've pasted in the config.log file and the output of cygcheck
> -s -v -r in case that helps.

For future reference, an attachment is preferred.

> configure:2427: g++    conftest.cpp  >&5
>       2 [main] ? 3312 init_cheap: Couldn't reserve 3600336 bytes of
> space for cygwin's heap, Win32 error 487

There's the problem; here's a possible cause:

>   602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
> 
>                   "cygwin1.dll" v0.0 ts=2005/5/25 19:38
[...]
>  1828k 2008/05/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
> 
>                   "cygwin1.dll" v0.0 ts=2008/5/26 20:38
[...]
> Warning: There are multiple cygwin1.dlls on your path

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Trouble compiling C++ package
  2008-06-05 15:46 ` Greg Chicares
@ 2008-06-05 15:52   ` Larry Hall (Cygwin)
  2008-06-05 16:23   ` Richard Querin
  1 sibling, 0 replies; 10+ messages in thread
From: Larry Hall (Cygwin) @ 2008-06-05 15:52 UTC (permalink / raw)
  To: cygwin

Greg Chicares wrote:

<snip>

> There's the problem; here's a possible cause:
> 
>>   602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>>
>>                   "cygwin1.dll" v0.0 ts=2005/5/25 19:38
> [...]
>>  1828k 2008/05/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>>
>>                   "cygwin1.dll" v0.0 ts=2008/5/26 20:38
> [...]
>> Warning: There are multiple cygwin1.dlls on your path

I stopped looking too soon. :-(  Yeah, this is the real problem.  Get rid of
the DLL in the system32 directory and things will clear up.

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Trouble compiling C++ package
  2008-06-05 14:53 Trouble compiling C++ package Richard Querin
  2008-06-05 15:45 ` Larry Hall (Cygwin)
  2008-06-05 15:46 ` Greg Chicares
@ 2008-06-05 15:55 ` Warren Young
  2 siblings, 0 replies; 10+ messages in thread
From: Warren Young @ 2008-06-05 15:55 UTC (permalink / raw)
  To: Cygwin-L

Richard Querin wrote:
>       2 [main] ? 3312 init_cheap: Couldn't reserve 3600336 bytes of
> space for cygwin's heap, Win32 error 487
> C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (3312): ***
> AllocationBase 0x0, BaseAddress 0x61820000, RegionSize 0x360000, State
> 0x10000

This is the real symptom.

>   602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
> 
>                   "cygwin1.dll" v0.0 ts=2005/5/25 19:38

And this is the likely culprit.  You can only have one cygwin1.dll 
installed on your system without resorting to hackery.

If you don't know where that DLL came from, it was probably installed by 
something else you have installed that includes a private copy of 
Cygwin.  This rarely works out well.  http://cygwin.com/acronyms/#3PP

You're going to have to decide which you like better, official Cygwin, 
or that other thing that includes a private Cygwin.

> SONICCENTRAL = 'C:\Program Files\Common Files\Sonic Shared\Sonic Central\'

Side issue: I don't suppose you have Sonic's DLA installed?  It's on the 
BLODA: http://cygwin.com/faq/faq.using.html#faq.using.bloda

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Trouble compiling C++ package
  2008-06-05 15:46 ` Greg Chicares
  2008-06-05 15:52   ` Larry Hall (Cygwin)
@ 2008-06-05 16:23   ` Richard Querin
  2008-06-05 16:39     ` Larry Hall (Cygwin)
  1 sibling, 1 reply; 10+ messages in thread
From: Richard Querin @ 2008-06-05 16:23 UTC (permalink / raw)
  To: cygwin

On Thu, Jun 5, 2008 at 11:46 AM, Greg Chicares <gchicares@sbcglobal.net> wrote:


> For future reference, an attachment is preferred.
>

Sorry 'bout that. Wasn't sure if I should.

>
> There's the problem; here's a possible cause:
>
>>   602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>>
>>                   "cygwin1.dll" v0.0 ts=2005/5/25 19:38
> [...]
>>  1828k 2008/05/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>>
>>                   "cygwin1.dll" v0.0 ts=2008/5/26 20:38
> [...]
>> Warning: There are multiple cygwin1.dlls on your path
>

I have seen this mention of cygwin1.dll being in the windows\system32
directory several times during cygwin upgrades and installations.
However each time the dialog comes up and I choose to delete it, it
says it can't. And whenever (including now) I manually check the
system32 directory, both from the command line and with Windows
Explorer, I don't see the cygwin1.dll file in there. I'm not sure why
it's saying it's in there when it's clearly not.

However, Warren's mention of Sonic might be of use. I do have a Sonic
product installed, so I'm going to try and get rid of it and try
again. There are a few local copies of cygwin1.dll on my system. (one
for a pdfmerge program I use for instance). Will deleting those local
copies render the programs non-functional?

Thanks for the suggestions.

RQ

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Trouble compiling C++ package
  2008-06-05 16:23   ` Richard Querin
@ 2008-06-05 16:39     ` Larry Hall (Cygwin)
  2008-06-05 17:22       ` Richard Querin
  0 siblings, 1 reply; 10+ messages in thread
From: Larry Hall (Cygwin) @ 2008-06-05 16:39 UTC (permalink / raw)
  To: cygwin

Richard Querin wrote:
> On Thu, Jun 5, 2008 at 11:46 AM, Greg Chicares <gchicares at sbcglobal dot net> wrote:
> 
> 
>> For future reference, an attachment is preferred.
>>
> 
> Sorry 'bout that. Wasn't sure if I should.
> 
>> There's the problem; here's a possible cause:
>>
>>>   602k 2005/06/26 C:\WINDOWS\system32\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>>>
>>>                   "cygwin1.dll" v0.0 ts=2005/5/25 19:38
>> [...]
>>>  1828k 2008/05/27 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>>>
>>>                   "cygwin1.dll" v0.0 ts=2008/5/26 20:38
>> [...]
>>> Warning: There are multiple cygwin1.dlls on your path
> 
> I have seen this mention of cygwin1.dll being in the windows\system32
> directory several times during cygwin upgrades and installations.
> However each time the dialog comes up and I choose to delete it, it
> says it can't. And whenever (including now) I manually check the
> system32 directory, both from the command line and with Windows
> Explorer, I don't see the cygwin1.dll file in there. I'm not sure why
> it's saying it's in there when it's clearly not.

Make sure you're not hiding system DLLs, etc.

> However, Warren's mention of Sonic might be of use. I do have a Sonic
> product installed, so I'm going to try and get rid of it and try
> again. There are a few local copies of cygwin1.dll on my system. (one
> for a pdfmerge program I use for instance). Will deleting those local
> copies render the programs non-functional?

Keep the path to 'cygwin1.dll' in your path and you'll have no problem.

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Trouble compiling C++ package
  2008-06-05 16:39     ` Larry Hall (Cygwin)
@ 2008-06-05 17:22       ` Richard Querin
  2008-06-05 18:11         ` Warren Young
  0 siblings, 1 reply; 10+ messages in thread
From: Richard Querin @ 2008-06-05 17:22 UTC (permalink / raw)
  To: cygwin

On Thu, Jun 5, 2008 at 12:38 PM, Larry Hall (Cygwin)
<reply-to-list-only-lh@cygwin.com> wrote:
> Richard Querin wrote:

>>
>> I have seen this mention of cygwin1.dll being in the windows\system32
>> directory several times during cygwin upgrades and installations.
>> However each time the dialog comes up and I choose to delete it, it
>> says it can't. And whenever (including now) I manually check the
>> system32 directory, both from the command line and with Windows
>> Explorer, I don't see the cygwin1.dll file in there. I'm not sure why
>> it's saying it's in there when it's clearly not.
>
> Make sure you're not hiding system DLLs, etc.
>
>> However, Warren's mention of Sonic might be of use. I do have a Sonic
>> product installed, so I'm going to try and get rid of it and try
>> again. There are a few local copies of cygwin1.dll on my system. (one
>> for a pdfmerge program I use for instance). Will deleting those local
>> copies render the programs non-functional?
>
> Keep the path to 'cygwin1.dll' in your path and you'll have no problem.
>
> --
> Larry Hall                              http://www.rfk.com
> RFK Partners, Inc.                      (508) 893-9779 - RFK Office
> 216 Dalton Rd.                          (508) 893-9889 - FAX
> Holliston, MA 01746
>

Thanks for all the help. I went over and over this machine looking for
the cygwin1.dll file in the system32 directory but it wouldn't show
up. I have explorer set to show me all system and hidden files too,
but it wouldn't show up. On a whim, I decided to use my cygwin bash
shell to check out the folder myself and lo and behold after doing an
ls -la c*.dll command, there it was.. with an unidentifiable time and
date. It was marked read-only and I deleted it. Problem solved!

Thanks again.

ps - I removed all the Sonic products as well as disabled McAfee and
Windows Defender, but doing this didn't solve the problem either. It
was definitely the hidden dll file.

RQ

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Trouble compiling C++ package
  2008-06-05 17:22       ` Richard Querin
@ 2008-06-05 18:11         ` Warren Young
  2008-06-05 18:17           ` Richard Querin
  0 siblings, 1 reply; 10+ messages in thread
From: Warren Young @ 2008-06-05 18:11 UTC (permalink / raw)
  To: Cygwin-L

Richard Querin wrote:
> 
> I removed all the Sonic products 

If you reinstall, just elect not to install the DLA piece.  It's what 
lets you use a rewritable optical disk as if it were a floppy.  Such 
software often causes problems, not just with Cygwin, due to the nature 
of the task.  (CDs weren't designed to be rewritable...)

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Trouble compiling C++ package
  2008-06-05 18:11         ` Warren Young
@ 2008-06-05 18:17           ` Richard Querin
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Querin @ 2008-06-05 18:17 UTC (permalink / raw)
  To: cygwin

On Thu, Jun 5, 2008 at 2:11 PM, Warren Young <warren@etr-usa.com> wrote:
> Richard Querin wrote:
>>
>> I removed all the Sonic products
>
> If you reinstall, just elect not to install the DLA piece.  It's what lets
> you use a rewritable optical disk as if it were a floppy.  Such software
> often causes problems, not just with Cygwin, due to the nature of the task.
>  (CDs weren't designed to be rewritable...)
>

I thought about that. But I realized I hadn't used any of the apps in
2.5 yrs or so. I thought I'd reclaim some space while I was at it. ;)

RQ

--
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/

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-06-05 18:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-05 14:53 Trouble compiling C++ package Richard Querin
2008-06-05 15:45 ` Larry Hall (Cygwin)
2008-06-05 15:46 ` Greg Chicares
2008-06-05 15:52   ` Larry Hall (Cygwin)
2008-06-05 16:23   ` Richard Querin
2008-06-05 16:39     ` Larry Hall (Cygwin)
2008-06-05 17:22       ` Richard Querin
2008-06-05 18:11         ` Warren Young
2008-06-05 18:17           ` Richard Querin
2008-06-05 15:55 ` Warren Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).