-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update configure.ac #3
base: master
Are you sure you want to change the base?
Conversation
Changed configure.ac to use subdir-objects
This suppresses many warnings in my environment. |
Pulled latest version of each m4 macro file related to Boost from GNU repostitory (git.savanna.gnu.org).
Updating the m4 macros to the latest versions resulted in a clean run through configure on my Ubuntu 15.04 system. |
Added m4 macro to handle pthread detection Updated configure.ac to launch pthread detection Updated fuegomain/Makefile.am to use the values detected for pthreads
I think this completes the changes needed for the autotools to properly handle the multiarch Boost libraries and related pthreads support. For the pthreads, I used the approach suggested in this message from the autoconf archive maintainers list. This works correctly on my Ubuntu 15.04 system with no additional steps and no errors. The specific changes should use whatever flags are created by the AX_PTHREAD macro. This should cover several build environments. |
Thanks for Fuego patches. I have some questions.
Martin |
I was reading commentary online looking for general responses to the errors I was seeing. The system was running Ubuntu 15.04 at the time. I'm now on 15.10 for that system and planning to upgrade to 16.04 soon. I have a 16.04 environment I can use, so I can look at that first. The main system (currently on 15.10) has an AMD FX-8120 and 16 GB RAM. The other system is an old laptop with an Intel Core 2 Duo and 4 GB RAM. Both are running on 64-bit versions of Ubuntu. With respect to opt and dbg, my goal was a clean build of the engine for testing. Once I had a clean build, I had what I needed for my project. I'll need to check the current tip to see what I still need. After the other changes, I may not need anything. |
hi, |
Changed configure.ac to use subdir-objects