t;
> George
> - Original Message -
> From: Justin Buist <[EMAIL PROTECTED]>
> To: George Pitcher <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, August 27, 2001 3:33 PM
> Subject: Re: [PHP-DB] Compiling MySQL Database on LinuxPPC
>
>
>
itcher <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 3:33 PM
Subject: Re: [PHP-DB] Compiling MySQL Database on LinuxPPC
> One of a few things:
>
> - Broken compiler. If it happens in the same place everytime it's
> in the software.
>
One of a few things:
- Broken compiler. If it happens in the same place everytime it's
in the software.
- Out of memory. If you made it with something like 'make -j 200'
this is likely. If you only allowed a single g++ process to run with just
'make' this likely isn't the case.
-