public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Gcc will not create executable
@ 2001-11-15  6:54 Ernst Bekker
  2001-11-15 12:23 ` Jason Tishler
  2001-11-23  4:28 ` Ernst Bekker
  0 siblings, 2 replies; 4+ messages in thread
From: Ernst Bekker @ 2001-11-15  6:54 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

I am attempting to install Postgresql-7.1.3 with gcc-2.95.3-5, 
When I run ./configure, it dies just after the following output:
________________________________________________________________
$ sh configure --with-java
loading cache ./config.cache
checking host system type... i686-pc-cygwin
checking which template to use... win
checking whether to build with locale support... no
checking whether to build with recode support... no
checking whether to build with multibyte character support... no
checking whether to build with Unicode conversion support... no
checking for default port number... 5432
checking for default soft limit on number of connections... 32
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
using CFLAGS=-O2
checking whether the C compiler (gcc -O2 ) works... no
configure: error: installation or configuration problem: C compiler cannot
creat
e executables.
________________________________________________________________

Please tell me what I should change. 
I even tried to change binutils form binutils-20010914-2 to
binutils-20011002-1.tar.bz2 
Amongst other crazy ideas I could come up with.

Thanks in advance
Regards
Ernst Bekker






















_

Confidentiality Caution and Disclaimer

This message and/or any attachment thereto ("the message") 
contains privileged and confidential information intended 
only for the recipient named above.  
If you are not the intended recipient of this message, 
please erase it permanently once you have notified the 
sender, per return e-mail, that you have received the 
message in error.
Unless the sender is duly authorised by either the Telesure 
Group, or any of its subsidiary companies or I.S Services 
("the Group") to send this message and unless the content 
of this message is also duly authorised by the Group, any 
views expressed in this message are those of the individual 
sender and the Group will not accept liability therefore, 
nor for any consequential damage arising therefrom.
Any recipient of an unacceptable communication, a chain 
letter or offensive material of any nature is requested 
to report it to postmaster@isservices.co.za.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Gcc will not create executable
  2001-11-15  6:54 Gcc will not create executable Ernst Bekker
@ 2001-11-15 12:23 ` Jason Tishler
  2001-11-23 18:58   ` Jason Tishler
  2001-11-23  4:28 ` Ernst Bekker
  1 sibling, 1 reply; 4+ messages in thread
From: Jason Tishler @ 2001-11-15 12:23 UTC (permalink / raw)
  To: Ernst Bekker; +Cc: 'cygwin@cygwin.com'

Ernst,

On Fri, Nov 23, 2001 at 02:28:31PM +0200, Ernst Bekker wrote:
> I am attempting to install Postgresql-7.1.3 with gcc-2.95.3-5, 
> When I run ./configure, it dies just after the following output:
> ________________________________________________________________
> $ sh configure --with-java
> [snip]
> checking whether the C compiler (gcc -O2 ) works... no
> configure: error: installation or configuration problem: C compiler cannot
> creat e executables.
> ________________________________________________________________
> 
> Please tell me what I should change. 

Did you forget to install cygipc?

BTW, why don't you just use the pre-built PostgreSQL 7.1.3 that is part
of the Cygwin distribution?  I has been configured as follows:

    configure --enable-multibyte --with-python --with-java --with-CXX --prefix=/usr --sysconfdir=/etc --docdir=/usr/doc/postgresql-$version

So it seems like it will meet your needs.

Please read the README:

    /usr/doc/Cygwin/postgresql-7.1.3.README

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Gcc will not create executable
  2001-11-15  6:54 Gcc will not create executable Ernst Bekker
  2001-11-15 12:23 ` Jason Tishler
@ 2001-11-23  4:28 ` Ernst Bekker
  1 sibling, 0 replies; 4+ messages in thread
From: Ernst Bekker @ 2001-11-23  4:28 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

I am attempting to install Postgresql-7.1.3 with gcc-2.95.3-5, 
When I run ./configure, it dies just after the following output:
________________________________________________________________
$ sh configure --with-java
loading cache ./config.cache
checking host system type... i686-pc-cygwin
checking which template to use... win
checking whether to build with locale support... no
checking whether to build with recode support... no
checking whether to build with multibyte character support... no
checking whether to build with Unicode conversion support... no
checking for default port number... 5432
checking for default soft limit on number of connections... 32
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
using CFLAGS=-O2
checking whether the C compiler (gcc -O2 ) works... no
configure: error: installation or configuration problem: C compiler cannot
creat
e executables.
________________________________________________________________

Please tell me what I should change. 
I even tried to change binutils form binutils-20010914-2 to
binutils-20011002-1.tar.bz2 
Amongst other crazy ideas I could come up with.

Thanks in advance
Regards
Ernst Bekker






















_

Confidentiality Caution and Disclaimer

This message and/or any attachment thereto ("the message") 
contains privileged and confidential information intended 
only for the recipient named above.  
If you are not the intended recipient of this message, 
please erase it permanently once you have notified the 
sender, per return e-mail, that you have received the 
message in error.
Unless the sender is duly authorised by either the Telesure 
Group, or any of its subsidiary companies or I.S Services 
("the Group") to send this message and unless the content 
of this message is also duly authorised by the Group, any 
views expressed in this message are those of the individual 
sender and the Group will not accept liability therefore, 
nor for any consequential damage arising therefrom.
Any recipient of an unacceptable communication, a chain 
letter or offensive material of any nature is requested 
to report it to postmaster@isservices.co.za.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Gcc will not create executable
  2001-11-15 12:23 ` Jason Tishler
@ 2001-11-23 18:58   ` Jason Tishler
  0 siblings, 0 replies; 4+ messages in thread
From: Jason Tishler @ 2001-11-23 18:58 UTC (permalink / raw)
  To: Ernst Bekker; +Cc: 'cygwin@cygwin.com'

Ernst,

On Fri, Nov 23, 2001 at 02:28:31PM +0200, Ernst Bekker wrote:
> I am attempting to install Postgresql-7.1.3 with gcc-2.95.3-5, 
> When I run ./configure, it dies just after the following output:
> ________________________________________________________________
> $ sh configure --with-java
> [snip]
> checking whether the C compiler (gcc -O2 ) works... no
> configure: error: installation or configuration problem: C compiler cannot
> creat e executables.
> ________________________________________________________________
> 
> Please tell me what I should change. 

Did you forget to install cygipc?

BTW, why don't you just use the pre-built PostgreSQL 7.1.3 that is part
of the Cygwin distribution?  I has been configured as follows:

    configure --enable-multibyte --with-python --with-java --with-CXX --prefix=/usr --sysconfdir=/etc --docdir=/usr/doc/postgresql-$version

So it seems like it will meet your needs.

Please read the README:

    /usr/doc/Cygwin/postgresql-7.1.3.README

Jason

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2001-11-24  2:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-15  6:54 Gcc will not create executable Ernst Bekker
2001-11-15 12:23 ` Jason Tishler
2001-11-23 18:58   ` Jason Tishler
2001-11-23  4:28 ` Ernst Bekker

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).