QUESTION: The keyswitch is locked in the "OK" position. Can I boot from the
CD and load the OS in that position, or must I find a way to get it into the
"wrench" position ? Is there any easy way of getting around the keylock and
opening the box so I can jumper it out ? I don't care if I destroy the
keylock in the process of opening the box, but I rather not damage the box
itself.
- FM -
You'll want to get it to the wrench position to boot from CD
automatically. If that is not possible, put your CD in the drive and
power up the unit. when you see the POST screen (indicated by
"speaker scsi ..." (all on the same line), hit the "1" key (or
"F1" on a graphical terminal). This should allow you to interrup the
boot process (the "SMS" menu) and boot from the CD manually.
BV
$ gcc -v
Reading specs from /usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209/specs
gcc version 2.9-aix51-020209
$
The output below is found when I try to build GPG.
I see in ancient archives a recommendation to not bother and use a
precompiled version from Bull's archives. That is unacceptable in
this instance; the predecessor merely needed to extract some data, but
in this case, using a version with even _arguably_ dubious provenance
won't fly.
twcsds003[~/sources/gnupg-1.2.4]$ make
make all-recursive
Making all in intl
Target "all" is up to date.
Making all in zlib
Target "all" is up to date.
Making all in util
Target "all" is up to date.
Making all in mpi
source='mpih-div.c' object='mpih-div.o' libtool=no depfile='.deps/mpih-div.Po' tmpdepfile='.deps/mpih-div.TPo' depmode=gcc /bin/sh ../scripts/depcomp gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -O2 -Wall -c `test -f 'mpih-div.c' || echo './'`mpih-div.c
mpih-div.c: In function `mpihelp_mod_1':
mpih-div.c:86: warning: implicit declaration of function `__udiv_w_sdiv'
mpih-div.c:100: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:101: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:106: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:107: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:136: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:136: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c: In function `mpihelp_divrem':
mpih-div.c:290: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:354: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c: In function `mpihelp_divmod_1':
mpih-div.c:447: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:448: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:453: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:454: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:482: Can't find a register in class `MQ_REGS' while reloading `asm'.
mpih-div.c:482: Can't find a register in class `MQ_REGS' while reloading `asm'.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
Here is the only recommendation I can find:
http://unix.derkeiler.com/Newsgroups/comp.unix.aix/2003-06/0750.html
"Take a look at www.bullfreeware.com and download one of the pgp binary
installable packages. Works great on 5.1 with pki.
Good luck.
Bob"
That won't fly here; anyone have any better answers?
--
select 'cbbrowne' || '@' || 'ca.afilias.info';
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)
Two suggestions
./configure --disable-asm
or build with IBM C and not gcc.
Regards
Nigel
--
http://www.sysadmininc.com (My daytime job)
Member of the Dallas Better Business Bureau and Plano Chamber of Commerce
http://www.british-expats.com (My spare time)
That didn't help, unfortunately.
> or build with IBM C and not gcc.
Not an option; can't run IBM C in the environment (for a number of
reasons).
Well, that was worth a try...
--
let name="cbbrowne" and tld="ca.afilias.info" in String.concat "@" [name;tld];;