public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem with NT Server (newbie)
@ 1999-08-26 13:28 Philippe NICOLAS
  1999-08-31 23:49 ` Philippe NICOLAS
  0 siblings, 1 reply; 6+ messages in thread
From: Philippe NICOLAS @ 1999-08-26 13:28 UTC (permalink / raw)
  To: cygwin

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



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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Problem with NT Server (newbie)
  1999-08-26 13:28 Problem with NT Server (newbie) Philippe NICOLAS
@ 1999-08-31 23:49 ` Philippe NICOLAS
  0 siblings, 0 replies; 6+ messages in thread
From: Philippe NICOLAS @ 1999-08-31 23:49 UTC (permalink / raw)
  To: cygwin

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



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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem with NT Server (newbie)
  1999-08-26 13:44 ` Philippe NICOLAS
  1999-08-26 14:37   ` Larry Hall (RFK Partners, Inc)
@ 1999-08-31 23:49   ` Philippe NICOLAS
  1 sibling, 0 replies; 6+ messages in thread
From: Philippe NICOLAS @ 1999-08-31 23:49 UTC (permalink / raw)
  To: Larry Hall (RFK Partners, Inc), cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]

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
>                                         (508) 560-1285 - cell phone
>


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem with NT Server (newbie)
  1999-08-26 14:37   ` Larry Hall (RFK Partners, Inc)
@ 1999-08-31 23:49     ` Larry Hall (RFK Partners, Inc)
  0 siblings, 0 replies; 6+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 1999-08-31 23:49 UTC (permalink / raw)
  To: Philippe NICOLAS, cygwin@sourceware.cygnus.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2208 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem with NT Server (newbie)
  1999-08-26 13:44 ` Philippe NICOLAS
@ 1999-08-26 14:37   ` Larry Hall (RFK Partners, Inc)
  1999-08-31 23:49     ` Larry Hall (RFK Partners, Inc)
  1999-08-31 23:49   ` Philippe NICOLAS
  1 sibling, 1 reply; 6+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 1999-08-26 14:37 UTC (permalink / raw)
  To: Philippe NICOLAS, cygwin@sourceware.cygnus.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2208 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem with NT Server (newbie)
       [not found] <3.0.5.32.19990826163336.00d667a0@pop.ma.ultranet.com>
@ 1999-08-26 13:44 ` Philippe NICOLAS
  1999-08-26 14:37   ` Larry Hall (RFK Partners, Inc)
  1999-08-31 23:49   ` Philippe NICOLAS
  0 siblings, 2 replies; 6+ messages in thread
From: Philippe NICOLAS @ 1999-08-26 13:44 UTC (permalink / raw)
  To: Larry Hall (RFK Partners, Inc), cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]

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
>                                         (508) 560-1285 - cell phone
>


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1999-08-31 23:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-26 13:28 Problem with NT Server (newbie) Philippe NICOLAS
1999-08-31 23:49 ` Philippe NICOLAS
     [not found] <3.0.5.32.19990826163336.00d667a0@pop.ma.ultranet.com>
1999-08-26 13:44 ` Philippe NICOLAS
1999-08-26 14:37   ` Larry Hall (RFK Partners, Inc)
1999-08-31 23:49     ` Larry Hall (RFK Partners, Inc)
1999-08-31 23:49   ` Philippe NICOLAS

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).