Thread: What could be the cause?
I am getting /bin/sh not found while ./configure PostgreSQL on cygwin. What package i need to have to get it right? _____________________________________________________________________ GRAND JEU SMS : Pour gagner un NOKIA 7650, envoyez le mot IF au 61321 (prix d'un SMS + 0.35 euro). Un SMS vous dira si vous avez gagn�. R�glement : http://www.ifrance.com/_reloc/sign.sms
On Mon, Feb 17, 2003 at 11:47:37PM +0400, Yann.G wrote: > I am getting /bin/sh not found while ./configure PostgreSQL on cygwin. > What package i need to have to get it right? You need the ash package which should have been installed by default. BTW, why don't you just use the pre-built Cygwin PostgreSQL that is part of the standard Cygwin distribution? Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
At 20:42 2/18/2003, Jason Tishler wrote: >On Mon, Feb 17, 2003 at 11:47:37PM +0400, Yann.G wrote: >> I am getting /bin/sh not found while ./configure PostgreSQL on cygwin. >> What package i need to have to get it right? > It is installed ;( >You need the ash package which should have been installed by default. > >BTW, why don't you just use the pre-built Cygwin PostgreSQL that is part >of the standard Cygwin distribution? > >Jason > >-- >PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers >Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 > >---------------------------(end of broadcast)--------------------------- >TIP 5: Have you checked our extensive FAQ? > >http://www.postgresql.org/users-lounge/docs/faq.html _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France
At 20:42 2/18/2003, Jason Tishler wrote: >On Mon, Feb 17, 2003 at 11:47:37PM +0400, Yann.G wrote: >> I am getting /bin/sh not found while ./configure PostgreSQL on cygwin. >> What package i need to have to get it right? > >You need the ash package which should have been installed by default. > >BTW, why don't you just use the pre-built Cygwin PostgreSQL that is part >of the standard Cygwin distribution? in fact i didn't know that there was a built in PostgreSQL in Cygwin. Still i can't compile the package. Well i just tried something. I put all my downloaded package on win98 ( found on C) and did an install of cygwin + ./configure of postgresql. Well it works Back on Win2k ( D drive) make another install of cygwin but this time on C:\Cygwin and make a ./configure of postgresql..well it resume to this. ./configure checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking which template to use... win checking whether to build with 64-bit integer date/time s checking whether to build with recode support... no checking whether NLS is wanted... no checking for default port number... 5432 checking for default soft limit on number of connections. checking for gcc... no checking for cc... no configure: error: no acceptable C compiler found in $PATH Yes i didn't download the gcc package ( too big for a 56k). is there any flags that overrides this? _____________________________________________________________________ GRAND JEU SMS : Pour gagner un NOKIA 7650, envoyez le mot IF au 61321 (prix d'un SMS + 0.35 euro). Un SMS vous dira si vous avez gagn�. R�glement : http://www.ifrance.com/_reloc/sign.sms
Back with some more issues for you ;) I am getting this error as i ./configure (Yet again) configure:3728: checking for non-GNU ld configure:3761: result: no configure:3764: error: no acceptable ld found in $PATH Any clues. By the way can i used the tools of Vc++ to build PostgreSQL? _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? T�l�charger MSN Messenger http://www.ifrance.com/_reloc/m la 1�re messagerie instantan�e de France
On Thu, Feb 20, 2003 at 01:08:01AM +0400, Yann.G wrote: > By the way can i used the tools of Vc++ to build PostgreSQL? I presume that you can build PostgreSQL CVS with MSVS since PostgreSQL 7.4 will support Win32. However, I have never tried. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
On Wed, Feb 19, 2003 at 11:12:03PM +0400, Yann.G wrote: > configure: error: no acceptable C compiler found in $PATH > > Yes i didn't download the gcc package ( too big for a 56k). is there > any flags that overrides this? Huh? How do you expect to build PostgreSQL using the normal build procedure without gcc? Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
Well it has been a while that i have been into contact with some unix routines so don't look at me with big eyes when i say stupid things. By the way why Cygwin won't work when installed on a drive other than C even if that drive is the root directory of the OS concerned e.g in a dual booting environment? At 16:55 2/20/2003, Jason Tishler wrote: >On Wed, Feb 19, 2003 at 11:12:03PM +0400, Yann.G wrote: >> configure: error: no acceptable C compiler found in $PATH >> >> Yes i didn't download the gcc package ( too big for a 56k). is there >> any flags that overrides this? > >Huh? How do you expect to build PostgreSQL using the normal build >procedure without gcc? > >Jason > >-- >PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers >Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 > >---------------------------(end of broadcast)--------------------------- >TIP 6: Have you searched our list archives? > >http://archives.postgresql.org >_____________________________________________________________________ >GRAND JEU SMS : Pour gagner un NOKIA 7650, envoyez le mot IF au 61321 >(prix d'un SMS + 0.35 euro). Un SMS vous dira si vous avez gagné. >Règlement : http://www.ifrance.com/_reloc/sign.sms _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
On Thu, Feb 20, 2003 at 08:30:41PM +0400, Yann.G wrote: > By the way why Cygwin won't work when installed on a drive other than > C even if that drive is the root directory of the OS concerned e.g in > a dual booting environment? The above is off-topic for this list. Nevertheless, Cygwin works just fine on any drive. If you are having problems, then please post to <cygwin@cygwin.com> Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6
Oops sorry i wrote Cygwin instead of PostgreSQL ;P Anyway... At 22:17 2/21/2003, Jason Tishler wrote: >On Thu, Feb 20, 2003 at 08:30:41PM +0400, Yann.G wrote: >> By the way why Cygwin won't work when installed on a drive other than >> C even if that drive is the root directory of the OS concerned e.g in >> a dual booting environment? > >The above is off-topic for this list. > >Nevertheless, Cygwin works just fine on any drive. If you are having >problems, then please post to <cygwin@cygwin.com> > >Jason > >-- >PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers >Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 >_____________________________________________________________________ >Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger >http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France _____________________________________________________________________ Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
On Sat, Feb 22, 2003 at 01:35:50AM +0400, Yann.G wrote: > Oops sorry i wrote Cygwin instead of PostgreSQL ;P > Anyway... Did you see the following? http://archives.postgresql.org/pgsql-cygwin/2003-02/msg00130.php Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6