PDA

View Full Version : [all variants] Source without configure



MikeyUbun2
July 20th, 2009, 07:33 PM
I recently learned how to compile source code using the configure file to create a makefile and then using make to compile.
Some sources i have downloaded do not have the configure file and has a makefile allready made.
i have allways found out the packages i am missing and other errors from the config.log after running configure but without it i am lost and the source wont compile due to multiple errors.
if anybody knows a method to compile these sources that would be great! :D

Partyboi2
July 21st, 2009, 10:51 AM
What errors are you getting when you run make?