[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Runtime Builder



At 04.27 -0400 1999.05.11, Michael Ziege wrote:
>Zachary Burnham wrote:
>
>>My goal: To write a standalone program that uses Socket.pm.
>>My tools:  Macperl 5.004, RuntimeBuilder.dp
>>My problem:   The script works fine running under MacPerl, but saving as a
>>runtime yields an application that fails to run, claiming it can't find the
>>shared library "Socket".  The exact text of the error:
>
>As far as I can see, Socket.pm doesn't use any shared libraries, so the
>"shared libs" folder should be empty, but if you open "PWSMonitor 2.1.run"
>with ResEdit you should see "Socket.pm" as one of the TEXT resources.
>I use MacPerl 5.2.0r4 from the CD ROM and a HelloWorld.pl script which uses
>Socket works fine as a Runtime App.

Socket does require a shared library, unless you are using the MacPerl
bigappl, which has the library linked in statically.

  bootstrap Socket $VERSION;

Third-to-last line of the module file I have.

--
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])

===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org