This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A failure to configure


I have installed b19 without incident, and have read carefully the
README and faq.txt files. Thus I have moved a copy of bash.exe to
overwrite sh.exe in /bin (although clearly this makes no difference).

My nt box is a dual processor IBM Intgellistation (668913U) with 1GB of
main memory

I have the following settings for the environment variables (should
there be others?):

        GCC_EXEC_PREFIX    --
G:\Cygnus\B19\H-i386-cygwin32\lib\gcc-lib
        GDBTK_LIBRARY        --    G:/cygnus/B19/share/gdbtcl

However, when I attempt to configure my program, I get the following
messages.


Cygnus Cygwin32 B19
bash-2.01$ cd ~/VisRelease/glu-1.3a
bash-2.01$ ls
INSTALL       README        config.log    helpers
Makefile.in   confdefs.h    configure     obj
NEWS          config.cache  configure.in  src
bash-2.01$ configure
bash: configure: command not found
bash-2.01$ ./configure
loading cache ./config.cache
checking for ar... /cygnus/b19/H-i386-cygwin32/bin/ar
checking for ranlib... ranlib
checking for a BSD compatible install...
/cygnus/b19/H-i386-cygwin32/bin/install
 -c
checking for gcc... cc
checking whether the C compiler (cc  ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.
bash-2.01$ sh
$ pwd
//H/VisRelease/glu-1.3a
$ ./configure
loading cache ./config.cache
checking for ar... /cygnus/b19/H-i386-cygwin32/bin/ar
checking for ranlib... ranlib
checking for a BSD compatible install...
/cygnus/b19/H-i386-cygwin32/bin/install
 -c
checking for gcc... cc
checking whether the C compiler (cc  ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]