RE: [GD-DEVEL] Re: Make for GD 2.0.34 and 2.0.35RC1 throws m4 error: unrecognized option: --debugfile
[email protected] ("Max de Lavenne")
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Yep. You got it. I had two installs of m4: one under /usr/bin that was the old 1.4.4, and the recent one I installed, through a package, under /usr/local/bin/m4. Don't know why the package thought it was appropriate for a build tool to do in /usr/local/bin... I just linked /usr/local/bin/m4 to /usr/bin/m4 and it works like a charm. Thank you very much. Max -----Original Message----- From: Scott MacVicar [mailto:[email protected]] Sent: Tuesday, April 03, 2007 6:13 PM To: Max de Lavenne Cc: [email protected] Subject: [GD-DEVEL] Re: Make for GD 2.0.34 and 2.0.35RC1 throws m4 error: unrecognized option: --debugfile Max de Lavenne wrote: > Hello, > > I am trying to compile the latest version of GD (2.0.34 & 2.0.35) on > my slackware 9.1, with ./configure --prefix=/usr. > The make command fails right away with the following: > > cd . && /bin/sh /home/extra/src/gd-2.0.35RC1/config/missing --run > autoheader > /usr/bin/m4: unrecognized option `--debugfile=autom4te.cache/traces.0t' > Try `/usr/bin/m4 --help' for more information. > autom4te: /usr/bin/m4 failed with exit status: 1 > autoheader: '/usr/bin/autom4te' failed with exit status: 1 > make: *** [config.hin] Error 1 > > I updgraded m4 to its latest version, still, I get the same error. > Anyone knows why? > > Thanks > > Max > What version of m4 do you have? --debugfile was added in m4 1.4.7. Scott -- GD Devel Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php