IBM

Interest in an AIX 6.1 shell server? - Page 2

ritchan wrote:
sybrfreq wrote: Right, I've never heard about that website before but "the license was easy to crack and therefore the software is crap" means I won't bother with it again.

Huh? Do you realize you're doing the same thing as he did?
Yes I realize I am saying the same thing as bri3d. You might say I am agreeing with him.
Google: Don't Be Evil.
Apple: Don't Be Greedy.
Microsoft: Don't Be Stupid.
Regarding the ELF/XCOFF thing. The original post was refering to XLC10 on Linux, hence the ELF library. On AIX with XLC9 it's an 'ar' library with a single XCOFF 'shr.o' shared object.
Land of the Long White Cloud and no Software Patents.
sybrfreq wrote:
ritchan wrote:
sybrfreq wrote: Right, I've never heard about that website before but "the license was easy to crack and therefore the software is crap" means I won't bother with it again.

Huh? Do you realize you're doing the same thing as he did?
Yes I realize I am saying the same thing as bri3d. You might say I am agreeing with him.

No, you just exemplified what he was talking about here:
I wonder why the author remarks that because IBM's DRM is bad, their compiler must be bad as well though - it's a foolish generalization and discards most real-world facts about software licensing.
Originally Posted by Tommie
Please delete your post. It is an insult to all the hard work society has put into making you an intelligent being.

Like somebody at AMD said about a decade ago: Benchmarking is like sex. Everybody brags about it, everybody loves doing it and nobody can agree on performance.
ritchan wrote: No, you just exemplified what he was talking about here:
I wonder why the author remarks that because IBM's DRM is bad, their compiler must be bad as well though - it's a foolish generalization and discards most real-world facts about software licensing.


Naah, it's ambiguous pronoun reference - the "it" he was referring to was the blog, not the compiler. :)
correct.

Anyways, my point was pretty much moot anyways. A person buying the program or switching to an alternative when the trial is over? Crazy!
Google: Don't Be Evil.
Apple: Don't Be Greedy.
Microsoft: Don't Be Stupid.
ritchan, purely out of curiosity, have you managed to set anything up in the meantime?

_________________
:Tezro: :Indigo2: :rx2600:
@porter: would you be so kind to provide me the source of x.c? i'm such a shitty developer so my efforts leading nowwhere without guidance :roll:
no plan
Alas my 7043-240 died a year or so ago. My recollections are although the module compiled and didn't stop XLC working, it still broke after the 90 days. I ended up just resetting the machines time back for XLC compilations.
Land of the Long White Cloud and no Software Patents.
Candidly, there is no longer any performance gulf of substance between xlC and gcc anyway. xlC may be able to better optimize some types of code, and its vectorization is probably better, but on the whole its drawbacks far outweigh any small performance gains you'd see.
smit happens.

:Fuel: bigred , 900MHz R16K, 4GB RAM, V12 DCD, 6.5.30
:Indy: indy , 150MHz R4400SC, 256MB RAM, XL24, 6.5.10
:Indigo2IMP: purplehaze , R10000, Solid IMPACT
probably posted from Image bruce , Quad 2.5GHz PowerPC 970MP, 16GB RAM, Mac OS X 10.4.11
plus IBM POWER6 p520 * Apple Network Server 500 * HP C8000 * BeBox * Solbourne S3000 * Commodore 128 * many more...
edit: content removed
no plan
First of all, I would work on the object file (shr.o), not the archive.

Then, you've disassembled everything, including the relevant data structure, as code . Good luck interpreting that as PPC instructions ;)

Last but not least, regardless of the totally trivial protection mechanism of the IBM compiler, 'circumventing a copyright protection' is *illegal* in many parts of the world, including the US and Europe. I would hate to see this board go away because of the wrath of some IBM lawyer.
Now this is a deep dark secret, so everybody keep it quiet :)
It turns out that when reset, the WD33C93 defaults to a SCSI ID of 0, and it was simpler to leave it that way... -- Dave Olson, in comp.sys.sgi

Currently in commercial service: Image :Onyx2: (2x) :O3x02L:
In the museum : almost every MIPS/IRIX system.
Wanted : GM1 board for Professional Series GT graphics (030-0076-003, 030-0076-004)
you're right, will remove this post...
no plan
LD_PRELOAD is often used to emend the runtime behavior of such libraries. The advantage here is that you don't need to reverse engineer the target library much at all. Just dl_load it under a different name, call it, and fiddle with the return value all you want.
:PI: :O2: :Indigo2IMP: :Indigo2IMP:
ClassicHasClass wrote: ...there is no longer any performance gulf of substance between xlC and gcc anyway.

When I read this bit in Mendoza's UNIX to Linux Porting: A Comprehensive Reference , I was surprised that XLC made so much use of the GNU resources.

...the XL C/C++ compilers employ the same GNU libraries, linker, assembler, and binutils as GCC...optimization routines have been developed for and tailored to the POWER architecture. High-performance computing applications, especially those heavily reliant on floating-point operations, often benefit significantly from a simple recompile with XL C/C++.