Neue Antwort schreiben 
 
Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Windows NT-Software für Alpha, MIPS und PowerPC
adun
Unregistered

 
Beitrag #11
RE: Windows NT-Software für Alpha, MIPS und PowerPC
(19.09.2013 18:43)Dirk schrieb:  Es soll ne Office Version gegeben haben. Aber ich denke das Problem war, das es da nicht viel gab. Wie es ja bei spezieller nt Software generell so der fall war.

Aus Wikipedia:
MS Office
Zitat:Office 4.2: 32-Bit-Version: Word und Excel für i386, MIPS, PowerPC, und Alpha (Office und Einzelprogramme tragen den Namenszusatz „for Windows NT“[23][24]), PowerPoint als 16-Bit für i386[22]

Office 95: 32-Bit für Windows NT und 95, ausgeliefert auch als CD-ROM. Der 32-Bit-Code wurde nicht auf Geschwindigkeit hin optimiert, sondern für eine hohe Kompatibilität mit NT auf einer breiten Palette von CPUs.[25]
26.09.2013 23:47
Diese Nachricht in einer Antwort zitieren
Antz Offline
Big Bad Voodoo Daddy

Beiträge: 2.209
Registriert seit: Jul 2008
Beitrag #12
RE: Windows NT-Software für Alpha, MIPS und PowerPC
Da hat einer mit NT Alpha rumgespielt,
http://www.oreillynet.com/mac/blog/2002/...alpha.html
und Apache zum Laufen gebracht.
Dass es einen frühen Mozilla dafür gab, wusste ich, aber Openoffice ist mir neu. (Leider sind die Links tot)
27.09.2013 13:03
Alle Beiträge dieses Benutzers finden Diese Nachricht in einer Antwort zitieren
chiaki Offline
Die Pommesfee

Beiträge: 12.554
Registriert seit: Jul 2008
Beitrag #13
RE: Windows NT-Software für Alpha, MIPS und PowerPC
man sollte noch ARM hinzufügen
27.09.2013 13:24
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden Diese Nachricht in einer Antwort zitieren
Blue Offline
Seit dem 17.10.2006 dabei!

Beiträge: 21.529
Registriert seit: Jul 2008
Beitrag #14
RE: Windows NT-Software für Alpha, MIPS und PowerPC
Könnt man ja evtl selber bauen.. :

Building Apache

Since I couldn’t find a recent binary build of Apache for Alpha, I decided to build my own, using the current stable version (1.3.22 as of this writing). What better way to try out my C compiler? I needed something to extract the archive, so I downloaded the AXP build (I don’t know what AXP stands for, but it’s another name for the DEC Alpha platform) of unzip from http://ftp.ftp.uu.net/pub/archiving/zip/WIN32/. I extracted Apache and tried to build it with the command nmake /f Makefile.win INSTDIR="D:\apache" installr, but I was confronted with this error:

.ReleaseWin9xConHook.obj : fatal error LNK1112:
module machine type "ALPHA" conflicts with target machine type "IX86"

I found hardcoded references to a machine type in several of the Makefiles, so I changed /machine:I386 to /machine:alpha in each file by extracting the Apache source on an x86 system running Windows and Cygwin, then running this command under the bash shell:

find . -type f -exec grep -i i386 {} ;
-exec perl -pi.bak -e 's/machine:i386/machine:alpha/gi' {} ;

You could run this on any Unix system, as well. There may be some equivalent way to do this using Windows NT utilities or Visual C++, but I went for the familiar Unix solution.

The change made it possible for me to compile Apache on my Alpha. I ran into one other problem with a file called test_char.h — this file should be generated by a program called gen_test_char.exe, but it didn’t happen automatically. So, I changed directory to apache_1.3.22\src\main and ran this command: nmake -f gen_test_char.mak. Then I returned to the src directory and re-ran my nmake command (nmake /f Makefile.win INSTDIR="d:\Apache" installr). When I was done, I had a complete Apache installation ready-to-run in my D:\Apache directory.
27.09.2013 16:00
Alle Beiträge dieses Benutzers finden Diese Nachricht in einer Antwort zitieren
DosAmp Offline
Anderes Zeigegerät

Beiträge: 12.219
Registriert seit: Jul 2008
Beitrag #15
RE: Windows NT-Software für Alpha, MIPS und PowerPC
(27.09.2013 13:24)chiaki schrieb:  man sollte noch ARM hinzufügen

Unfair, wenn man mit .net schummeln kann. :P

CCITTグループ4またはZIP圧縮のモノクロ300dpiで最高の再現性
27.09.2013 16:17
Webseite des Benutzers besuchen Alle Beiträge dieses Benutzers finden Diese Nachricht in einer Antwort zitieren
Neue Antwort schreiben 


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste