[Help] compiling on linux

iCORE

New member
Messages
393
Points
0
Location
Halcyon Ragnarok
Github
Naori
Emulator
hi, i would like to ask on how to solve this problem

 
Code:
checking for gcc... gccchecking whether the C compiler works... noconfigure: error: in `/root/Hercules':configure: error: C compiler cannot create executablesSee `config.log' for more details 
 
 
it gives's me that when i type 
 
Code:
scl enable devtoolset-2 bash./configure 
 
 
 
@

See `config.log' for more details
 What does it say?

It sounds like it doesn't have the permissions to write to the output directory for the server executables.

 
thanks for the reply its solve now
default_heh.gif


 
Back
Top