Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 41470 invoked from network); 7 Jul 2004 20:30:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jul 2004 20:30:25 -0000 Received: (qmail 85410 invoked by uid 500); 7 Jul 2004 20:30:32 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 85369 invoked by uid 500); 7 Jul 2004 20:30:31 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 85356 invoked by uid 99); 7 Jul 2004 20:30:31 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 07 Jul 2004 13:30:30 -0700 Received: (qmail 24940 invoked by uid 65534); 7 Jul 2004 20:30:15 -0000 Received: from dsl-082-082-155-185.arcor-ip.net (EHLO blue) (82.82.155.185) by mail.gmx.net (mp024) with SMTP; 07 Jul 2004 22:30:15 +0200 X-Authenticated: #20142289 Date: Wed, 7 Jul 2004 22:30:17 +0200 From: Markus Wichitill To: stas@stason.org Cc: dev@perl.apache.org Subject: Re: [mp2] undefined symbol: load_module Message-ID: References: <40EC438A.10406@stason.org> <40EC529D.3000707@stason.org> X-Mailer: AK-Mail 3.5 [ger] (registered, single user license) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > Can you try compiling the attached program? > gcc -o load load.c `perl -MExtUtils::Embed -e ccopts -e ldopts` -Wall > -g > it should resolve to Perl_load_module_nocontext: > % nm load | grep load_module > U Perl_load_module_nocontext $ nm load | grep load_module U Perl_load_module_nocontext $ ./load ok --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org