|
From: pda <pd...@fi...> - 2001-02-09 16:53:44
|
Hello, Can someone point me to an easy way to get a mingw32 gcc cross compiler for a mips-ecoff target? I currently have a djgpp version and would love to upgrade. I tried building one myself under HP-UX, but was not very successful. Thanks +--------------------------------------------------------------+ | Get a free web page, e-mail account, calendar and more at | | FIBERIA http://www.fiberia.com | +--------------------------------------------------------------+ |
|
From: John v. V. <joh...@ya...> - 2001-02-09 19:03:21
|
Hello all, I lost my ftp access, so I had to put stuff on my webserver... http://puny.vm.com/pub/tarballs/win32_binaries/ bash-2.04-7a.tar.gz gnunix.tgz gunzip.exe putty.exe rshd.zip tar.exe ttssh.tgz zsh.exe.gz md5.txt needs to be updated so forewarned. If others are having the same restrictions the above server is available for any kinda mirroring. Also my zsh win32 environment is working really nicely, tho I will be updating it w/ bash but then I may like Amols zsh better... it loads into c:adm because the target audience is nt administration. It distros on floppies, ideally I would like to have a perl compile environment, maybe a free Xserver, definately gcc... And get this: a linux floppy builder, w/ networked rather than disk funcitonality BTW, does loadlin work on NT :) Its just that my employer is making life as difficult as possible :( things are taking time. ===== John van Vlaanderen ############################################# # CXN, Inc. Contact: jo...@th... # # # Proud Sponsor of Perl/Unix of NY # # http://puny.vm.com # ############################################# __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |
|
From: Earnie B. <ear...@ya...> - 2001-02-09 20:34:27
|
"John van V." wrote: > > Hello all, I lost my ftp access, so I had to put stuff on my webserver... > http://puny.vm.com/pub/tarballs/win32_binaries/ > > bash-2.04-7a.tar.gz Is this Cygwin's bash? Earnie. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: John v. V. <joh...@ya...> - 2001-02-09 20:50:22
|
Sorry, I should have created a readme.
No, errr, no way... Mingw only !!!
Its Mumit's, so I assume so, but, if it's cygwin please tell me, I havent
gotten to testing yet.
=====
John van Vlaanderen
#############################################
# CXN, Inc. Contact: jo...@th... # #
# Proud Sponsor of Perl/Unix of NY #
# http://puny.vm.com #
#############################################
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
|
|
From: Earnie B. <ear...@ya...> - 2001-02-09 21:40:06
|
"John van V." wrote: > > Sorry, I should have created a readme. > > No, errr, no way... Mingw only !!! > > Its Mumit's, so I assume so, but, if it's cygwin please tell me, I havent > gotten to testing yet. > 1) I didn't know Mumit was releasing a bash for MinGW. 2) The package file name matches Cygwin's release. Earnie. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: Mumit K. <kh...@Na...> - 2001-02-09 21:56:32
|
On Fri, 9 Feb 2001, Earnie Boyd wrote: > 1) I didn't know Mumit was releasing a bash for MinGW. > 2) The package file name matches Cygwin's release. Too busy to read up on the list, so apologies if I've missed something obvious. (1) I have never done any work on Mingw bash, it's simply too hard for the benefit, and (2) you can tell if something depends on Cygwin by doing the following: objdump -p foo.exe | grep "DLL Name" will list all the DLLs the executable depends on. Regards, Mumit |
|
From: John v. V. <joh...@ya...> - 2001-02-09 20:55:04
|
Sorry, I should have created a readme.
No, errr, no way... Mingw only !!!
Its Mumit's, so I assume so, but, if it's cygwin please tell me, I havent
gotten to testing yet.
=====
John van Vlaanderen
#############################################
# CXN, Inc. Contact: jo...@th... # #
# Proud Sponsor of Perl/Unix of NY #
# http://puny.vm.com #
#############################################
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
|
|
From: John v. V. <joh...@ya...> - 2001-02-09 20:58:44
|
So its back to Amols zsh,
MyMachine} strings bash.exe | grep cygwin
i686-pc-cygwin
cygwin
i686-pc-cygwin
i686-pc-cygwin
cygwin:
cygwin
cygwin_internal
cygwin1.dll
SHELL } strings bash.exe | grep cygwin
i686-pc-cygwin
cygwin
i686-pc-cygwin
i686-pc-cygwin
cygwin:
cygwin
cygwin_internal
cygwin1.dll
=====
John van Vlaanderen
#############################################
# CXN, Inc. Contact: jo...@th... # #
# Proud Sponsor of Perl/Unix of NY #
# http://puny.vm.com #
#############################################
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
|