It looks like its related to your usage of &quot;--build&quot; option.  The configure scripts expect host_os field to be set to &quot;darwin&quot; and not &quot;osx&quot; for OS X.  Your option seems to confuse it and its not adding some link options to resolve the undefined symbols.<br>
<br>You should be able to run without the --build option.  Does it work without it or is there a problem your trying to work around with it?<br><br>Chris<br><br><br><div class="gmail_quote">On Tue, Mar 24, 2009 at 12:21 PM, Peter Schoenrank <span dir="ltr">&lt;<a href="mailto:peter@schoenrank.ca">peter@schoenrank.ca</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am running Mac OS X 10.5.6 on an Intel iMac. I did<br>
<br>
$ mkdir ~/Desktop/scanning_from_the_command_line<br>
$ cd ~/Desktop/scanning_from_the_command_line<br>
$ curl &#39;<a href="http://alioth.debian.org/snapshots.php?group_id=30186" target="_blank">http://alioth.debian.org/snapshots.php?group_id=30186</a>&#39; &gt; sane-<br>
scm-latest.tar.gz<br>
$ open sane-scm-latest.tar.gz<br>
$ cd sane-scm-2009-03-24/sane-backends<br>
$ export BACKENDS=&quot;pixma canon&quot;<br>
$ ./configure --build=x86-apple-osx &amp;&gt; configure.log<br>
$ make check &amp;&gt; makecheck.log<br>
$ make &amp;&gt; make.log<br>
<br>
Obviously I don’t know what I am doing, because make.log ends with<br>
<br>
make[1]: *** [scanimage] Error 1<br>
make: *** [all-recursive] Error 1<br>
<br>
For those who care,<br>
config.log<br>
configure.log<br>
makecheck.log<br>
make.log<br>
<br>
are available at<br>
<a href="http://members.shaw.ca/schoenrank.ca/sane-scm-2009-03-24/" target="_blank">http://members.shaw.ca/schoenrank.ca/sane-scm-2009-03-24/</a><br>
<br>
Any help would be appreciated.<br>
<br>
<br>
Peter<br>
-----<br>
Peter Schoenrank<br>
mailto: <a href="mailto:peter@schoenrank.ca">peter@schoenrank.ca</a><br>
phone: 250-655-6753<br>
<font color="#888888"><br>
<br>
--<br>
sane-devel mailing list: <a href="mailto:sane-devel@lists.alioth.debian.org">sane-devel@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/mailman/listinfo/sane-devel" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/sane-devel</a><br>
Unsubscribe: Send mail with subject &quot;unsubscribe your_password&quot;<br>
             to <a href="mailto:sane-devel-request@lists.alioth.debian.org">sane-devel-request@lists.alioth.debian.org</a><br>
</font></blockquote></div><br>