[GRASS-dev] compilation of grass on AIX 7.1
Markus Neteler
neteler at osgeo.org
Thu Aug 22 16:07:11 PDT 2013
Hi,
On Fri, Aug 23, 2013 at 12:32 AM, Markus Neteler <neteler at osgeo.org> wrote:
...
> -bash-3.2$ ls -la /opt/freeware/lib/libstdc++.a
> lrwxrwxrwx 1 root system 44 Jun 10 11:48
> /opt/freeware/lib/libstdc++.a ->
> gcc/powerpc-ibm-aix7.1.0.0/4.6.1/libstdc++.a
I guess that the problem is here the relative and not absolute path.
...
> I don't understand how to convince the system in LoadLeveler mode that
> libstdc++.a is available.
> (the binaries run fine from interactive command line).
Workaround in the launch script:
(cd $GISBASE/lib/ ; cp -f
/opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/4.6.1/libgcc_s.a . ; cp
-f /opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/4.6.1/libstdc++.a . )
Now it works... (hmpf!)
Markus
More information about the grass-dev
mailing list