bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Version 1.5 build failed on OSX


From: Juergen Sauermann
Subject: Re: [Bug-apl] Version 1.5 build failed on OSX
Date: Wed, 24 Feb 2016 20:40:56 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

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

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