octave-maintainers
[Top][All Lists]
Advanced

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

Re: new build ends with mkfifo related problems in file-ops.cc


From: John W. Eaton
Subject: Re: new build ends with mkfifo related problems in file-ops.cc
Date: Fri, 22 Jan 2010 14:51:32 -0500

On 22-Jan-2010, Ben Abbott wrote:

| dyld: Symbol not found: __ZN9prog_args10rpl_getoptEv
|   Referenced from: 
/Users/bpabbott/Development/mercurial/local_clone/src/.libs/liboctinterp-3.3.50+.dylib
|   Expected in: flat namespace

This is prog_args::rpl_getopt(), so that looks like another similar
problem where a gnulib header is #defining getopt to be rpl_getopt and
it is clobbering our class member function of the same name.  I'll see
what I can do.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]