![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cygwin - sh-3.2$ help! | bobby999 | UNIX for Dummies Questions & Answers | 1 | 04-22-2008 02:23 PM |
| Cygwin X | fulgura | UNIX for Dummies Questions & Answers | 7 | 01-05-2008 09:34 PM |
| Cygwin | sam71 | UNIX for Dummies Questions & Answers | 1 | 05-06-2005 03:35 PM |
| Cygwin | sam71 | UNIX for Dummies Questions & Answers | 0 | 05-05-2005 09:34 PM |
| about cygwin | wins1982 | UNIX for Dummies Questions & Answers | 4 | 04-29-2004 01:15 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 |
|
||||
|
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. ![]() Last edited by Midcain; 02-01-2008 at 04:02 PM.. |
|
||||
|
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 |
|
||||
|
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. ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|