export problem.

2002-10-13 Thread David Ryan
I have very simple script that all it needs to do is export some environment variables. I can't seem to get it to work. All it does is.. export PS2DEV=/usr/ps2dev If I do this on the command line it works fine.. and if I place it in /etc/profile it works also. I assume whats happenning is

Maintaining Non-Cygwin Packages???

2002-10-13 Thread David Ryan
Hi, I have a number of packages I would like to create and provide to my users that I don't feel would be that useful to the whole cygwin community. The users of my web site however would find the convenience of an installable package much easier than instructions on how to build the source

Re: Building gcc-2.8.1 cross compiler.

2002-02-27 Thread David Ryan
> > I'm attempting to build gcc-2.8.1 cross compiler using the following > > configuration.. > >[why such an old compiler?] This is the suggested version from Sony to program for the IO Processor of the Playstation 2. Maybe newer versions would be ok, but this is the one suggested. > > ./c

Re: Building gcc-2.8.1 cross compiler.

2002-02-26 Thread David Ryan
>From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> >To: "David Ryan" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: Building gcc-2.8.1 cross compiler. >Date: Tue, 26 Feb 2002 19:36:58 -0500 > >At 07:19 PM 2/26/2002, Dav

Building gcc-2.8.1 cross compiler.

2002-02-26 Thread David Ryan
Hi, I'm attempting to build gcc-2.8.1 cross compiler using the following configuration.. ./configure --target=mipsel-scei-elfl --prefix=/usr/local/ps2dev/iop --with- gnu-ld --with-gnu-as I have compiled and installed binutils-2.9.1 into /usr/local/ps2dev/iop before attempting to make gcc. I am

Too many open files

2002-02-12 Thread David Ryan
I attempted to find an answer to this online and in archives, but had no success. I have a large make file with thousands of files which failed at the linking step. On restarting the make after changing the link settings I discovered the make file halted with "Too many open files". I am runnin