Without "no-dependencies" in every single Makefile.am's AUTOMAKE_OPTIONS line, automake will put gnu-specific instructions that will barf a) if you don't use gmake, and b) don't use gcc. This is actually in the automake manual, section 7.11, page 26 -- it's not an unexpected thing: "Currently, this support [automatic dependency generation] requires the use of GNU make and gcc." As such, if you try to compile with Sun make or Sun cc, you can't. The compile of any of the vorbis packages (ao, ogg, vorbis, vorbis-tools) barfs almost immediately due to unknown flags passed to the compiler. Can this be fixed? {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Christian Weisgerber
2001-Aug-23 03:55 UTC
[vorbis-dev] Re: Can't compile CVS with non-gcc compilers
Jeff Squyres <jsquyres@lsc.nd.edu> wrote:> Without "no-dependencies" in every single Makefile.am's AUTOMAKE_OPTIONS > line, automake will put gnu-specific instructions that will barf a) if you > don't use gmake, and b) don't use gcc.I think it suffices to add --include-deps to the automake arguments in autogen.sh. -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.