Re: compilig error: storage size of `st' isn't known

2004-10-06 Thread Edward L. Fox
Hi Jari: Of course your code cannot be compiled. You should declare struct stat before you use it. The declaration of struct stat may be in one of these files. #include sys/types.h #include sys/stat.h #include unistd.h Good luck. Edward L. Fox 2004-10

Re: How to prepend a directory to the PATH to accommodate CVSNT?

2004-10-06 Thread Edward L. Fox
Just Do It! On Wed, 6 Oct 2004 11:18:31 -0600, Siegfried Heintze [EMAIL PROTECTED] wrote: I looked in c:\Cygwin\home\Administrator and could not find a .profile file using emacs. There was a .bash_profile file. Should I create a .profile file? Thanks, Siegfried -Original

Re: How to prepend a directory to the PATH to accommodate CVSNT?

2004-10-05 Thread Edward L. Fox
cares? Good luck! Edward L. Fox 2004-10-05 From: [EMAIL PROTECTED] On Mon, 4 Oct 2004 23:12:05 -0600, Siegfried Heintze [EMAIL PROTECTED] wrote: I notice that Cygwin manipulates the path by prepending /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin

Re: (De)activating network connection

2004-10-05 Thread Edward L. Fox
Hi Thiers, You may try netsh.exe. It's a built in utility in Windows. Good luck! Edward L. Fox 2004-10-06 From: [EMAIL PROTECTED] On Tue, 5 Oct 2004 17:42:37 -0300, Thiers Botelho [EMAIL PROTECTED] wrote: Hi all, After searching google

Re: SSH + CVS But no login.

2004-10-05 Thread Edward L. Fox
Hi Mike, I guess you can modify the /etc/passwd to disable the shell of the other people. Just have a try. :-) Edward L. Fox 2004-10-06 From: [EMAIL PROTECTED] On Tue, 5 Oct 2004 19:38:07 +0100, Michael Jervis [EMAIL PROTECTED] wrote: Hi, I've run

Re: g++ 3.4.x library issue

2004-10-05 Thread Edward L. Fox
What do you mean? string and string.h are two different header files. On Wed, 06 Oct 2004 04:05:21 +0200, Sven Köhler [EMAIL PROTECTED] wrote: #include string int main(){return 0;} how about including string.h instead of a file called string? -- Unsubscribe info: