View Full Version : Need a copy of Configure.app (OPENSTEP 4.2 for NeXT hardware)
Georgios Dimitroglou Rizell
03-31-2004, 01:31 AM
My Configure.app for OPENSTEP 4.2/NeXT is broken. Can someone please mail
me a copy?
I have a CD that says "OPENSTEP 4.2 NeXT/INTEL" (not original). The cd
does indeed contain the intel version. But there's no such thing as a
combined next-intel openstep cd, is there?
Regards,
Georgios
Pascal Bourguignon
03-31-2004, 02:12 AM
Georgios Dimitroglou Rizell <gedi8573@student.uu.se> writes:
My Configure.app for OPENSTEP 4.2/NeXT is broken. Can someone please mail me a copy? I have a CD that says "OPENSTEP 4.2 NeXT/INTEL" (not original). The cd does indeed contain the intel version. But there's no such thing as a combined next-intel openstep cd, is there?
Yes. NeXTSTEP 3.* and OPENSTEP 4.* were distribued on CDROMs that
contained fat binaries for both Motorola and Intel, and both kernels.
It installed only one kernel on the hard disk, but it could install
all the programs and libraries fat.
--
__Pascal_Bourguignon__ http://www.informatimago.com/
There is no worse tyranny than to force a man to pay for what he doesn't
want merely because you think it would be good for him.--Robert Heinlein
http://www.theadvocates.org/
Georgios Dimitroglou Rizell
03-31-2004, 02:50 AM
But when I mount the disc in linux, all I see is one directory tree with
/NextAdmin etc etc. Where do I find the binaries for the 68k?
On Wed, 31 Mar 2004 12:12:24 +0200, Pascal Bourguignon wrote:
Georgios Dimitroglou Rizell <gedi8573@student.uu.se> writes: My Configure.app for OPENSTEP 4.2/NeXT is broken. Can someone please mail me a copy? I have a CD that says "OPENSTEP 4.2 NeXT/INTEL" (not original). The cd does indeed contain the intel version. But there's no such thing as a combined next-intel openstep cd, is there? Yes. NeXTSTEP 3.* and OPENSTEP 4.* were distribued on CDROMs that contained fat binaries for both Motorola and Intel, and both kernels. It installed only one kernel on the hard disk, but it could install all the programs and libraries fat.
Pascal Bourguignon
03-31-2004, 03:43 AM
Georgios Dimitroglou Rizell <gedi8573@student.uu.se> writes: On Wed, 31 Mar 2004 12:12:24 +0200, Pascal Bourguignon wrote: Georgios Dimitroglou Rizell <gedi8573@student.uu.se> writes: My Configure.app for OPENSTEP 4.2/NeXT is broken. Can someone please mail me a copy? I have a CD that says "OPENSTEP 4.2 NeXT/INTEL" (not original). The cd does indeed contain the intel version. But there's no such thing as a combined next-intel openstep cd, is there? Yes. NeXTSTEP 3.* and OPENSTEP 4.* were distribued on CDROMs that contained fat binaries for both Motorola and Intel, and both kernels. It installed only one kernel on the hard disk, but it could install all the programs and libraries fat. But when I mount the disc in linux, all I see is one directory tree with /NextAdmin etc etc. Where do I find the binaries for the 68k?
The applications and tools ARE FAT BINARIES!
That means that the executable files found in the application packages
(the directories whose name ends in ".app") contain BOTH Intel code
AND Motorola code.
Run file(1) or otool(1) on them.
There is a tool named lipo(1) that copies the executable keeping only
a subset of the target binaries.
--
__Pascal_Bourguignon__ http://www.informatimago.com/
There is no worse tyranny than to force a man to pay for what he doesn't
want merely because you think it would be good for him.--Robert Heinlein
http://www.theadvocates.org/
Guest
03-31-2004, 03:44 AM
In <pan.2004.03.31.10.50.43.459562@student.uu.se> Georgios Dimitroglou
Rizell wrote: But when I mount the disc in linux, all I see is one directory tree
with /NextAdmin etc etc. Where do I find the binaries for the 68k? On Wed, 31 Mar 2004 12:12:24 +0200, Pascal Bourguignon wrote: Georgios Dimitroglou Rizell <gedi8573@student.uu.se> writes: My Configure.app for OPENSTEP 4.2/NeXT is broken. Can someone please
mail me a copy? I have a CD that says "OPENSTEP 4.2 NeXT/INTEL" (not original). The
cd does indeed contain the intel version. But there's no such thing as
a combined next-intel openstep cd, is there? Yes. NeXTSTEP 3.* and OPENSTEP 4.* were distribued on CDROMs that contained fat binaries for both Motorola and Intel, and both kernels. It installed only one kernel on the hard disk, but it could install all the programs and libraries fat.
Yes, these are the Linux guys... The binaries are compiled for multiple
machine types, meaning they are running on both (or more) architectures.
Sounds impressive, but is not so extraordinary on the second glance. You
will find both binaries with additional information where the code starts
in the binary. You can dig out the info with lipo e.g.
Example in /NextAdmin/Apps/Configure.app (I have all my admin apps moved
to ~/Apps, seemed more consistent to me):
yusei> lipo -info Configure
Architectures in the fat file: Configure are: m68k i386 sparc
This is the Openstep one. Intel-NeXT look like this:
yusei> lipo -info Configure
Non-fat file: Configure is architecture: i386
Henry
--
----------------------------------------------------------------------
snail mail : Henry Koplien \|/
From the Center of Nowhere o(O O)o
---- eMail : Henry@NiKo-Internetpraesenz.de ----ooOo---(_)---oOoo-----
David Evans
03-31-2004, 07:54 AM
In article <pan.2004.03.31.09.31.44.44051@student.uu.se>,
Georgios Dimitroglou Rizell <gedi8573@student.uu.se> wrote:My Configure.app for OPENSTEP 4.2/NeXT is broken. Can someone please mailme a copy?
DriverKit isn't used on black hardware, so there's no working
Configure.app to run.
--
David Evans dfevans@bbcr.uwaterloo.ca
Ph.D. Candidate, Computer/Synth Junkie http://bbcr.uwaterloo.ca/~dfevans/
University of Waterloo "Default is the value selected by the composer
Ontario, Canada overridden by your command." - Roland TR-707 Manual
Georgios Dimitroglou Rizell
03-31-2004, 10:53 AM
That's nice.
Thanks for the info everyone!
On Wed, 31 Mar 2004 11:44:52 +0000, Henry wrote:
In <pan.2004.03.31.10.50.43.459562@student.uu.se> Georgios Dimitroglou Rizell wrote: But when I mount the disc in linux, all I see is one directory tree with /NextAdmin etc etc. Where do I find the binaries for the 68k? On Wed, 31 Mar 2004 12:12:24 +0200, Pascal Bourguignon wrote: Georgios Dimitroglou Rizell <gedi8573@student.uu.se> writes:> My Configure.app for OPENSTEP 4.2/NeXT is broken. Can someone please mail> me a copy?> I have a CD that says "OPENSTEP 4.2 NeXT/INTEL" (not original). The cd> does indeed contain the intel version. But there's no such thing as a> combined next-intel openstep cd, is there? Yes. NeXTSTEP 3.* and OPENSTEP 4.* were distribued on CDROMs that contained fat binaries for both Motorola and Intel, and both kernels. It installed only one kernel on the hard disk, but it could install all the programs and libraries fat. Yes, these are the Linux guys... The binaries are compiled for multiple machine types, meaning they are running on both (or more) architectures. Sounds impressive, but is not so extraordinary on the second glance. You will find both binaries with additional information where the code starts in the binary. You can dig out the info with lipo e.g. Example in /NextAdmin/Apps/Configure.app (I have all my admin apps moved to ~/Apps, seemed more consistent to me): yusei> lipo -info Configure Architectures in the fat file: Configure are: m68k i386 sparc This is the Openstep one. Intel-NeXT look like this: yusei> lipo -info Configure Non-fat file: Configure is architecture: i386 Henry
Cute Swinger 8\)
12-21-2004, 02:24 PM
--
Start the New Year off with some adult toys
Or movies!! Best prices around!
FAST & Discrete shipping!
http://www.sextoysex.com/a2k4
-=-=-=-=-=-=-=-=-=--=-=-=-
Looking to Find a Date?? With a REAL PERSON??
http://68.82.94.85:2000/Public/singles.htm
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Looking to find local swingers & hookups?
Couples? Singles? SEARCH BY ZIPCODE!
100% FREE
http://68.82.94.85:2000/public/swingers/index.htm
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You can also checkout our NEW all GAY site at
http://68.82.94.85:7000
"Georgios Dimitroglou Rizell" <gedi8573@student.uu.se> wrote in message
news:pan.2004.03.31.09.31.44.44051@student.uu.se... My Configure.app for OPENSTEP 4.2/NeXT is broken. Can someone please mail me a copy? I have a CD that says "OPENSTEP 4.2 NeXT/INTEL" (not original). The cd does indeed contain the intel version. But there's no such thing as a combined next-intel openstep cd, is there? Regards, Georgios
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2008, Jelsoft Enterprises Ltd.