Thanks!

I am working on this, lots of new things (include what's meaning of 'You
Are So Toast').

Actually, I follow the direction by 'perl -V', I got:
 Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R
/usr/perl5/5.00503/sun4-solaris/CORE'
    cccdlflags='-KPIC', lddlflags='-G'

then
%cd /usr/perl5/5.00503/sun4-solaris/CORE
%nm libperl.so | grep perl_get_sv
000403e0 T perl_get_sv

So, I use dynamic linking perl. I am wondering if it's because it searched
the capatial letter 'P' not the little letter 'perl_get_sv'. Don't
understand why dynamic linking version of Tk can't find it.

Not try 'c' and 'd' yet.

Thanks a lot,
Ying

On Tue, 25 Nov 2003, drieux wrote:

>
> On Tuesday, Nov 25, 2003, at 19:38 US/Pacific, R. Joseph Newton wrote:
> [..]
> >
> > d.  Load Windows as the OS, install ActivePerl, and start working on
> > Perl
> > instead of futzing with the underlying system.
> >
> > Joseph
>
> are you going somewhere with this?
>
> Or is the problem that you do not understand
> how dynamic loadable libraries work and hope
> that someone else will take care of the issue
> for you???
>
>
> ciao
> drieux
>
> ---
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to