[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Use -fPIC when compiling lua
- From: "iggyvolz ." <iggyvolz@...>
- Date: Tue, 16 Dec 2014 17:01:11 -0500
I would recommend this either be the default or noted on the download/build instructions page. I know you can simply add MYCFLAGS but people trying to build for a 64-bit software (like I was a couple weeks ago) might not know about this. Just adding the line "If you are trying to build for 64-bit compatible software you will need to specify that by adding "MYCFLAGS=-fPIC" on the end of the build script.