Re: [PHP-DB] Compiling MySQL Database on LinuxPPC

2001-08-27 Thread Justin Buist
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 > > >

Re: [PHP-DB] Compiling MySQL Database on LinuxPPC

2001-08-27 Thread George Pitcher
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. >

Re: [PHP-DB] Compiling MySQL Database on LinuxPPC

2001-08-27 Thread Justin Buist
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. -