Hi Alexey,

I believe you can do the following:

1. SVN checkout the latest SVN version to, say, directory1
2. untar the GNU APL 1.5 tar file to, say, directory2
3. copy file directory1/configure to (already existing) directory2/configure
4. run ./configure in drectory2

You could do the same with configure.ac instead of configure, followed
by autoreconf. This requires, however, that the autotools are installed.

I can't see the advantage, though, of running an outdated GNU APL version.
An easier way to get an older version of GNU APL is to simply svn up -rXXX where XXX is
the SVN version that corresponds to the 1.5 tar file.

/// Jürgen


On 02/21/2016 09:55 AM, Alexey Veretennikov wrote:
Hi,

I'm trying to build version 1.5 on OSX, but getting this error:

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -rdynamic -g -O2 -MT template_OP2.lo -MD -MP -MF .deps/template_OP2.Tpo -c template_OP2.cc  -fno-common -DPIC -o .libs/template_OP2.o
g++: error: unrecognized command line option '-rdynamic'

Is where any elegant way to solve this problem? SVN version compiles
without this error.


Reply via email to