From: Alan W. I. <ir...@be...> - 2002-11-27 03:31:41
|
The recipe is cd to the installed examples/c++ make -f Makefile.examples If you look inside that Makefile you will see it is really quite simple. You only need to link to libplcxx (i.e. just the symbols directly required by x01cc.cc are linked). When that library is created, it is linked only to libplplot (i.e., just the symbols directly required by libplcxx are linked). So the heirarchichal linking model that I worked on earlier this year is absolutely compatible with libtool. I knew that theoretically, but this is the first real chance I have had to see it in action with libtool. So I am a happy camper this evening! Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ |