Error in configure file.

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
wexfordpress
Posts: 6
Joined: 2007-08-20T11:20:19-07:00

Error in configure file.

Post by wexfordpress »

I downloaded the Tcl interface. The ./configure pass blew up on the indicated line.

checking system version (for dynamic loading)... ./configure: line 27560: syntax error near unexpected token `('
./configure: line 27560: ` case `(ac_space=' '; set | grep ac_space) 2>&1` in'

Is there a simple fix for this?

Slackware LInux 12.

John Culleton
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Error in configure file.

Post by magick »

You might be able to rebuild the configure script with the automake/autoconf tools, however, it is probably best to post a bug report to the TclMagick mailing list. We did not write nor do we maintain TclMagick so we can't help further.
Post Reply