cygwin


 
Thread Tools Search this Thread
Operating Systems Linux cygwin
# 1  
Old 02-01-2008
cygwin

I'm trying to run the make command in cygwin.
The directory is d:\resiprocate-1.2.3\resip\dum\test.
But the command outputs:
cant open perl script "c:\Program": No such file or directory
why??...check the attached JPEG file....plz help
cygwin-makejpg
# 2  
Old 02-01-2008
Not sure why your shell would do that. I imagine that C: is probably your default drive and it's directing there for some reason.

Try 'make ./<programname>.cxx
# 3  
Old 02-01-2008
Oops. I meant

'make ./<programname>.cxx'

The quote marks are not part of the commandSmilie
# 4  
Old 02-01-2008
i did run that...same problemSmilie
do i have to reinstall cygwin in C drive??
# 5  
Old 02-01-2008
Assuming you haven't already, I would go to Control Panel > System > Advanced tab and open your environment variables. Highlight PATH in System Variables and click edit. Append the path to your Cygwin installations' bin directory, such as "C:\Program Files\Cygwin\bin" or whatever, to the PATH variable and save that setting.

Then, if you open a regular command window (Start > Run and type in 'cmd') and navigate to your directory, and you should be able to run 'make' through the normal shell window with no problem. That's the way I do it at home, anyway.

Let me know if that helps.Smilie

Last edited by Midcain; 02-01-2008 at 04:02 PM..
# 6  
Old 02-01-2008
It tried to run i can say...
but check the JPEG file...
here is the PATH variable:

D:\cygwin\bin;C:\Python25\;C:\Program Files\Common Files\Symbian\Tools;C:\Program Files\PC Connectivity Solution\;C:\Perl\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Metrowerks\CodeWarrior for Symbian Personal v2.8.3\Bin;C:\Program Files\Metrowerks\CodeWarrior for Symbian Personal v2.8.3\Symbian_Tools\Command_Line_Tools;C:\Program Files\Common Files\Teleca Shared


why do i get message about c:\symbian\.....
what it has to do with resiprocate which is an open source SIP
cygwin-make1jpg
# 7  
Old 02-01-2008
From the PATH you posted and the error, it looks like your CodeWarrior install has a make.exe of it's own somewhere, and that's why you have Symbian in your error list. I can't be sure of that, though, because I haven't used CodeWarrior for something like 10 years now.

That's secondary to your initial problem, though. It's finding make in your cygwin install, but for some reason it is failing to start it.

I'll have to think about it.Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

cygwin

Do clear command do not work in cygwin.. (4 Replies)
Discussion started by: parthmittal2007
4 Replies

2. Shell Programming and Scripting

opening new instance of cygwin from withing cygwin

I'm using cygwin on win7, What I would like to do is something like this: cygstart cygwin tail -f /foo/test.log | perl -pe 's/error/\e I know I can start a new instance using either of these: mintty -e ... cygstart tail ... But neither of those open in ANSI mode, so I can't do... (0 Replies)
Discussion started by: Validatorian
0 Replies

3. UNIX for Dummies Questions & Answers

Anyone else use Cygwin?

I started to gather some stats from our windows servers through the use of cygwin and sshd :) is anyone else doing this sort of thing? interested in some other indicators I should be checking for... thanks, manny the following is only an example of the type of data I am able to... (4 Replies)
Discussion started by: mr_manny
4 Replies

4. UNIX for Dummies Questions & Answers

cygwin

hi.... i want to set an alias to "ls -lart" permanently. i am using cygwin and in that .bashrc and .bash_profile files are readonly. so please tell me how i can do that? thanks (1 Reply)
Discussion started by: Usha Shastri
1 Replies

5. Programming

cygwin

hello ... i am new with cygwin ... and i want you to help me. ... First of all, i want to determine the steady state stream function in a 2-D duct using a square mesh by using the finite-difference methodology and i want to simulate it....and i read a lot of information at... (1 Reply)
Discussion started by: mostafamagdy
1 Replies

6. UNIX for Dummies Questions & Answers

cygwin - sh-3.2$ help!

i am completely new to unix and am trying to learn with cygwin. my problem is simple.... when i use the 'man' command, eg 'man cat' id do not know how to get out of the manual!!!? if i type '!' and Return, rather than having just the $ prompt, it has 'sh-3.2$' as a command prompt.... (1 Reply)
Discussion started by: bobby999
1 Replies

7. UNIX for Dummies Questions & Answers

Cygwin X

I have managed a successful install of Cygwin (after a few tries), and like any sensible person am ignoring the console in favour of the xconsole. I have this set up how I want - tcsh, all hot-keys (including ^z for suspend) and et cetera, but find it awfully slow. Are there any good... (7 Replies)
Discussion started by: fulgura
7 Replies

8. UNIX for Dummies Questions & Answers

Cygwin

Hi , I have software CYGWIN . Can i practice for shell script on that? Thanks sam71 (1 Reply)
Discussion started by: sam71
1 Replies

9. UNIX for Dummies Questions & Answers

Cygwin

Hi , I have cygwin software on my machine. can i practice shell script on that software or not? thanks sam71 (0 Replies)
Discussion started by: sam71
0 Replies

10. UNIX for Dummies Questions & Answers

about cygwin

hi everyone. i have a problem on installing binary file in my cygwin. could anyone help me wat command should i use to install it ? thanks a lot (4 Replies)
Discussion started by: wins1982
4 Replies
Login or Register to Ask a Question