[erlang-questions] can a program launched with open_port({spawn, Cmd}, Options) remain running after the port closes?

Richard O'Keefe ok@REDACTED
Sun Sep 30 23:28:47 CEST 2012


On 29/09/2012, at 9:41 AM, Serge Aleynikov wrote:

> Unfortunately I don't have OSx to test this.  I can't reproduce your
> problem on Linux.  Perhaps you could check the libtool version this way:
> 
> $ grep "^macro_version" /usr/bin/libtool
> macro_version=2.4
> 
> and if yours is different, try to upgrade it.

It's not a version issue.  The Mac OS X libtool and the Linux libtool
program are not versions of the same program.  Gordon Matzigkeit's
Linux libtool is a shell script.  Apple's /Developer/usr/bin/libtool
is a Mach-O universal binary.  They don't do the same thing.  The
Apple is (waves hands vaguely) a replacement for ar+ranlib and also
generates .dylib files.  To find the version of Apple's libtool:
m% libtool -V
Apple Computer, Inc. version cctools-800






More information about the erlang-questions mailing list