I may have reported this already.

Your Gtk package has broken Makefiles.

The command

  cc -c ... other options ... xs/Gtk.c

doesn't create xs/Gtk.o on Darwin.  It creates Gtk.o in the *current*
directory so they're all in the wrong directory.

Either cd into the "xs" directory when you are building, or give an
explicit path with -o.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to