From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Larry Hall (RFK Partners, Inc)" To: "Philippe NICOLAS" , "cygwin@sourceware.cygnus.com" Subject: Re: Problem with NT Server (newbie) Date: Thu, 26 Aug 1999 14:37:00 -0000 Message-id: <3.0.5.32.19990826173520.00d661c0@pop.ma.ultranet.com> References: <3.0.5.32.19990826163336.00d667a0@pop.ma.ultranet.com> <000901bef004$41198700$ed4e8aa4@org> X-SW-Source: 1999-08/msg00753.html 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) // 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) >À : Philippe NICOLAS >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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Larry Hall (RFK Partners, Inc)" To: "Philippe NICOLAS" , "cygwin@sourceware.cygnus.com" Subject: Re: Problem with NT Server (newbie) Date: Tue, 31 Aug 1999 23:49:00 -0000 Message-ID: <3.0.5.32.19990826173520.00d661c0@pop.ma.ultranet.com> References: <3.0.5.32.19990826163336.00d667a0@pop.ma.ultranet.com> <000901bef004$41198700$ed4e8aa4@org> X-SW-Source: 1999-08n/msg00753.html Message-ID: <19990831234900.K1L30hSx3xzQehkrYl1Kjoa_VyItlH9GfnkBrVJcKsU@z> 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) // 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) >À : Philippe NICOLAS >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