How to build source code while treating all warnings as errors with automake...

2008-02-18 Thread jasond
Hi all, I am a newbie, so bare with me if this is a simple question. I recently had a project that used a local Makefile that I wrote. Among my options for the compiler (in this case g++) were -Wall and -Werror. Recently, I converted the project over to using Autotools and am wondering if ther

Compiling project requiring w/ source requiring different compilers

2008-01-22 Thread jasond
Hi everyone, I am currently learning the ins and outs of automake and I am attempting to incorporate it into a project I am working on. I have run into an issue that has me at wits end as I can't seem to find a way around it. I have a project that will be comprised of two key subbranches: one c