Hi, > 3) My ultimate goal is to use PLplot with wxwidget code that I'm > transferring from a PC. The code works on the PC (via wxPlot) and I'm > trying to get it to work on the mac via xcode 2.4.1. I finally got the > code to compile, but recieve this error message when I try to excute: > > [Session started at 2008-01-22 14:11:05 -0800.] > ZeroLink: unknown symbol '__Z9read_plotP15plPlotterStructP7__sFILERb' > guifit has exited due to signal 6 (SIGABRT)
This doesn't look like a wxWidgets problem. The symbol '__Z9read_plotP15plPlotterStructP7__sFILERb' is just a "encoded" function call, which can't be found in the libraries you told XCode to link into the executable. So I would look where you call a function read_plot( plPlotterStruct , FILE ) (or similar), and where you actually define this function. I can't remember having defined such function in wxWidgets driver code, but I'll have a look. Regards, Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469 (laboratory) fax: +43-(0)1-58801-13499 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Plplot-general mailing list Plplot-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-general