Hi,

On Fri, Aug 23, 2013 at 12:32 AM, Markus Neteler <[email protected]> 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
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to