Hi Alan,

I'm sorry, it was only today, that I had time to do these tests:

> (1) The command-line results of wx-config --libs.  You have already
> printed those out.

-framework QuickTime -framework IOKit -framework Carbon -framework  
Cocoa -framework System  -lwx_macud-2.8
>
>
> (2) What is reported by FindwxWidgets.cmake to wxwidgets.cmake.   
> That is
> stored in the variable wxWidgets_LIBRARIES, but please print it out to
> make sure it is identical to (1).

wxWidgets_LIBRARIES = -framework QuickTime;-framework IOKit;-framework  
Carbon;-framework Cocoa;-framework System;;-lwx_macud-2.8
>
>
> (3) The results from cmake_link_flags.  Please print out those results
> which are in the variable wxwidgets_LINK_FLAGS.
>

wxwidgets_LINK_FLAGS = -framework;QuickTime;-framework;IOKit;- 
framework;Carbon;-framework;Cocoa;-framework;System;/usr/lib/libwx_m

> (4) The actual link line that CMake uses for builds which may  
> transform
> wxwidgets_LINK_FLAGS some more.  Please use make VERBOSE=1 to see the
> actual link command being used.

/usr/bin/c++    -g -dynamiclib -headerpad_max_install_names - 
single_module -o libplplotwxwidgetsd.0.0.0.dylib -install_name /Users/ 
smekal/Development/plbuild/bindings/wxwidgets/libplplotwxwidgetsd. 
0.dylib "CMakeFiles/plplotwxwidgetsd.dir/wxPLplotstream.o" "CMakeFiles/ 
plplotwxwidgetsd.dir/wxPLplotwindow.o" -L/Users/smekal/Development/ 
plbuild/bindings/c++ -L/Users/smekal/Development/plbuild/src -L/Users/ 
smekal/Development/plbuild/lib/csa -lplplotcxxd -framework -lQuickTime  
-framework -lIOKit -framework -lCarbon -framework -lCocoa -framework - 
lSystem -lwx_macud-2.8 -lplplotd -lltdl -ldl -lcsirocsa -lm

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


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to