Looking for any help in compiling the libMicro on AIX5.3 or AIX6.1. I'm using
gcc available from the IBM toolkit. The problem seems to be the atomic.c file
requires a atomic.h file, which I have been unable to locate for AIX
mv Makefile.Aix Makefile.AIX
gcc -v
Using built-in specs.
Target: po
Ah! You've just stumbled on one of libMicro's vestigial organs (there
will be others). We scrapped the 'run' target ages ago. Sorry.
Cheers,
Phil
Alexander Kolbasov wrote:
Trying to do
$ make run
produced:
make: Fatal error: Don't know how to make target `run'
Current working directory /n
Trying to do
$ make run
produced:
make: Fatal error: Don't know how to make target `run'
Current working directory /net/aldan/export/akolb/build/libMicro-0.3.0/bin-i86pc
*** Error code 1
The following command caused the error:
mkdir -p bin-`uname -m`; cd bin-`uname -m`; MACH=`uname -m` make -f
On 8/8/05, Ben Cooper <[EMAIL PROTECTED]> wrote:
> I thought it would be interesting to get these
> running on Mac OS X/
> PPC since there's no Darwin makefile included in the
> release.
Hey, this is really great.
> So the tests compiled and ran, but as soon as I got
> to the fork I got
> resourc
I thought it would be interesting to get these running on Mac OS X/
PPC since there's no Darwin makefile included in the release. I had
to hack the scripts to get it working though and the tests ran, not
without their own problems. Firstly, the changes made to get them
*working* in OS X:
$