This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with NT Server (newbie)


The reason the workstation installation has a //d in front of the path names
is because you have NT installed on your D: partition.  On the server machine,
you have it installed on C:.  Cygwin, by default, mounts C: as /.  All other
partitions are referenced, by default, using (the now deprecated) //<drive
letter> notation.  You'll need the "mount" utility to clearly see the
default partition mounts/mappings.


Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX



At 10:47 PM 8/26/99 +0200, Philippe NICOLAS wrote:
>thanks.. it runs but I do not change the path on the workstation and on the
>nt server...
>
>Workstation :
>PATH=//d/cygnus/CYGWIN~1/H-I586~1/bin://D/WINNT/system32://D/WINNT://F/NTRES
>KIT
>
>NT Server
>PATH=/cygnus/CYGWIN~1/H-I586~1/bin:/WINNT/system32:/WINNT:/NTRESKIT
>
>There is no letter in front of the directory path on the NT server ....
>I made the same install...
>
>Do you know why ???
>
>
>----- Message d'origine -----
>De : Larry Hall (RFK Partners, Inc) <lhall@rfk.com>
>À : Philippe NICOLAS <philippenicolas@wanadoo.fr>
>Envoyé : jeudi 26 août 1999 22:33
>Objet : Re: Problem with NT Server (newbie)
>
>
>> At 10:31 PM 8/26/99 +0200, you wrote:
>> >I try to use gcc on a NT server (on two nt server precisely)
>> >I copy cygwin1.dll under winnt\system32
>> >
>> >in the bash i put gcc hello.c
>> >then a.exe
>> >
>> >command not found tell it to me !!!
>> >and only on ntserver, it works great on  nt workstations....
>> >
>> >Could you help me ?
>> >
>> >thanks
>> >
>> >
>>
>>
>> Is a.exe in your path?  If not, you have to make sure the directory its in
>> is in you path or invoke it via ./a.exe...
>>
>>
>> Larry Hall                              lhall@rfk.com
>> RFK Partners, Inc.                      http://www.rfk.com
>> 118 Washington Street                   (508) 893-9779 - RFK Office
>> Holliston, MA 01746                     (508) 893-9889 - FAX
>>
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]