Hi

I am unable to use cygwin on my machine!
Your group is currently "mkpasswd".  This indicates that

the /etc/passwd (and possibly /etc/group) files should be rebuilt.

See the man pages for mkpasswd and mkgroup then, for example, run
mkpasswd -l [-d] > /etc/passwd
mkgroup  -l [-d] > /etc/group
Note that the -d switch is necessary for domain users.

Even after creating the files and from the next shell I get the above
message.

Further, I have set cl.exe path, but can't execute it!


$ export PATH="/cygdrive/c/Program Files/Microsoft Visual Studio .NET
2003/Vc7/bin":$PATH

$ which cl

/cygdrive/c/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl

$ /cygdrive/c/Temp/src/bison/2.1/bison-2.1-src

$ cl

$ /cygdrive/c/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl

bash: /cygdrive/c/Program: No such file or directory

>From configure, I get the error that cl is not able to create exe. I was
getting the same message in bild machine before setting the PATH var to
point to cl.exe.

 
$ ./configure

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... gawk

checking whether make sets $(MAKE)... no

checking for style of include used by make... none

checking for gcc... no

checking for cc... no

checking for cc... no

checking for cl... cl

checking for C compiler default output file name... configure: error: C
compiler

 cannot create executables

See `config.log' for more details.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kees
Zeelenberg
Sent: Sunday, December 16, 2007 1:33 AM
To: gnuwin32-users@lists.sourceforge.net
Subject: Re: [GnuWin32-Users] Moving from bison 1.0 to 2.3 (with Flex
2.5.4aandm4 1.4.3)

----- Original Message ----- 
From: "Saurabh Bhatnagar"
> Is there a tool to convert shell to batch?

As far as I know, there is no such tool. Simple scripts are easily converted

to batch files by hand; more complicated ones are perhaps more easily 
converted into Windows scripting files (see 
http://msdn2.microsoft.com/en-us/library/ms950396.aspx). Still, the easiest 
way is to install a Bash shell from e.g. Cygwin, Msys, or Djgpp.

Kees Zeelenberg 


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to