Re: [Plplot-devel] Deploying programs that use PLplot with wxWidgets

2010-07-12 Thread Laurent Berger
Hi, I have found the problem : It was Microsoft.VC90.DebugCRT.dll Problem is in CMAKE. I don't know If it's a bug or I have make a mistake using CMAKE. In VC++9 generate with CMAKE when you use release configuration and select one file of wxwidgets project wxwidgets_app.cpp. In compile option

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-12 Thread Orion Poplawski
On 07/08/2010 06:43 PM, Jerry wrote: > > On Jul 8, 2010, at 9:37 AM, Orion Poplawski wrote: > >> gcc 4.5 just landed in Fedora rawhide. Now getting the following >> error >> building Ada examples. Looks like we may need to add -llapack to >> the link, >> but not sure where this should be done. >

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-12 Thread Alan W. Irwin
On 2010-07-12 10:56-0600 Orion Poplawski wrote: > On 07/08/2010 06:43 PM, Jerry wrote: >> >> On Jul 8, 2010, at 9:37 AM, Orion Poplawski wrote: >> >>> gcc 4.5 just landed in Fedora rawhide. Now getting the following >>> error >>> building Ada examples. Looks like we may need to add -llapack to >

Re: [Plplot-devel] Trouble with Ada and gcc 4.5.0

2010-07-12 Thread Jerry
On Jul 12, 2010, at 11:06 AM, Alan W. Irwin wrote: > On 2010-07-12 10:56-0600 Orion Poplawski wrote: > >> On 07/08/2010 06:43 PM, Jerry wrote: >>> >>> On Jul 8, 2010, at 9:37 AM, Orion Poplawski wrote: >>> gcc 4.5 just landed in Fedora rawhide. Now getting the following error buil