I'm trying to build a binary, uh, thingy, from a CPAN distribution. I've read macperlxstut (thanks Arved!), gotten the file to compile. But I'm getting two link errors... Link Error : undefined 'Perl_tmps_ix' (data) Referenced from 'html_handle' in Parser.c Link Error : undefined 'Perl_tmps_floor' (data) Referenced from 'html_handle' in Parser.c I looked in html_handle in Parser.c, and I can't find either Perl_tmps_floor or Perl_tmps_ix! But I did see a perl_call_method and perl_call_sv. I checked, and I'm pretty sure these are in PerlStub. I _do_ have PerlStub included in my project. I also have all the necessary MacOS libraries included, and I believe the access paths are set correctly. I have edited the .exp file generated, and removed everything but the boot_!#$%@!# symbol. What have I missed? What and where are these mysterious symbols? -- MattLangford # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org