Robotonics / pinguino32

Automatically exported from code.google.com/p/pinguino32
0 stars 0 forks source link

pinguino start.sh does not preserve existing LD _LIBRARY_PATH #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
LD_LIBRARY_PATH is not exclusively used by pinguino , other examples include 
nvcc (the cuda compiler)so care must be taken not to over write the existing 
values a quick fix would be to add :$LD_LIBRARY_PATH to the end of the 
assignment commands but this would be sub optimum if calling 
./pinguino_start.sh many times 

Original issue reported on code.google.com by lachlanc...@gmail.com on 29 Aug 2012 at 9:43

GoogleCodeExporter commented 9 years ago

Original comment by rblanchot@gmail.com on 23 Apr 2013 at 8:49