On Fri, 8 May 2009 17:28:20 -0400 Lee, Sang wrote:
> I am getting the following error

> +1701:294.422+ rating=''
> +1703:294.422+ g++ -DTZ -O -o hi20134.exe hi20134.c
> +1703:294.425+ 1> /dev/null 2>& 1
> +1705:296.716+ ./hi20134.exe
> ld.so.1: ./hi20134.exe: fatal: libstdc++.so.5: open failed: No such file
> or directory
> package: line 1705: 20145: Killed

this is either a compiler configuration error
or it relies on LD_something_or_other in the env and it was unset

basically any runtime prereq added by default by a compiler
must be visible at runtime by default

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to