The solution for things that don't need autodetection: Edit the Makefile.am files.
automake-1.9 ./configure make clean make Note that "automake-1.9" is the command name. It has to be that. Plain "automake" is "automake-1.11" on my system, resulting in error messages that hint at the problem but don't really say what a safe (not screwing other developers or users) solution would be. >> Just of curiosity, what flags do you want to pass, what do you need it for? I forgot a big one: -fvisibility=hidden -fvisibility-inlines-hidden Besides helping performance for ELF and MachO (OS X) systems, this makes them more compatible with Windows. Also I want a #define that solves the problem of symbols needing to be non-static for the test code. Alternately the test code could just #include the *.c files being tested, allowing the library code to be marked static in the normal way w/o a #define. ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
