Re: problem with cygwin version 1.3.4 cross compilation using gcc

2001-12-01 Thread Robert Collins
- Original Message - From: Rahul [EMAIL PROTECTED] ... machine where I am compiling it. Am I missing something ? Do I need to do something different while compiling ? Do I need to set PATH variable on another machine ? I have tried looking at cygwin FAQ, User Manual and then turned to

RE: problem with cygwin version 1.3.4 cross compilation using gcc

2001-12-01 Thread Rahul
complete cygwin set up on client's machine. Can we have some workaround to this ? Rahul. -Original Message- From: Robert Collins [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 01, 2001 3:19 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: problem with cygwin version 1.3.4 cross

Re: problem with cygwin version 1.3.4 cross compilation using gcc

2001-12-01 Thread Eric M. Monsler
Rahul, The problem is with the lines: (void) sprintf(tempdirname,/var/testinstall); (void) printf(now creating %s directory\n, tempdirname); if((mkdir(tempdirname,0777)) != 0) throw -1; (void)

Re: problem with cygwin version 1.3.4 cross compilation using gcc

2001-12-01 Thread Robert Collins
=== - Original Message - From: Rahul [EMAIL PROTECTED] To: Robert Collins [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, December 02, 2001 10:47 AM Subject: RE: problem with cygwin version 1.3.4 cross compilation using gcc Hi, Install Cygwin on the second PC. Thanks

Re: problem with cygwin version 1.3.4 cross compilation using gcc

2001-12-01 Thread Christopher Faylor
On Sun, Dec 02, 2001 at 12:45:25PM +1100, Robert Collins wrote: === - Original Message - From: Rahul [EMAIL PROTECTED] To: Robert Collins [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, December 02, 2001 10:47 AM Subject: RE: problem with cygwin version 1.3.4 cross compilation using