Linux gods...

jmcoreymv

Diamond Member
Oct 9, 1999
4,264
0
0
Is there any way I can compile the files for linux on my p3 500 (win2k) and then tranfer the compiled files to my 486 (RH7). I hate having to wait like over 4 hours to compile a program like mysql :(
 

jhu

Lifer
Oct 10, 1999
11,918
9
81
probably not. what you can do is run vmware, load linux on it (so you don't have to repartition) and then compile the program.
 

thornc

Golden Member
Nov 29, 2000
1,011
0
0
Only if you install Linux on that p3-500, linux is not binary compatible with windows ( any version)

Have you tried using pre-compiled binaires???

You can get MySql and other programs pre-compiled to run on your platform, provided that
you have the right libraries installed to run them with....

mysql-3.22 downloadable binaires....

Good luck

 

jmcoreymv

Diamond Member
Oct 9, 1999
4,264
0
0
I couldnt use the precompile one, I have a 486 system running linux so it wont work with the i686 version.
 

nexus9

Senior member
Jan 8, 2000
535
0
0
there's GOT to be some flag for GCC to force it to compile a generic binary...


-Nexus9