How to use libtool for target builds? libstdc++ conflicts

2011-11-11 Thread Jim Galarowicz
Hi, I'm building our OpenSpeedShop performance tool to run on the backend nodes of a Cray-XE machine. We use the libtool, m4, autoconf, and automake autotools. Everything is working accept I'm getting the wrong libstdc++ library when linking the main program that runs on the backend nodes.

Re: How to use libtool for target builds? libstdc++ conflicts

2011-11-11 Thread Jim Galarowicz
++ library that is associated with the gcc and g++ version is used. Thanks, Jim G On 11/08/2011 04:56 PM, Jim Galarowicz wrote: Hi, I'm building our OpenSpeedShop performance tool to run on the backend nodes of a Cray-XE machine. We use the libtool, m4, autoconf, and automake auto