From: Alan W. I. <ir...@be...> - 2003-02-03 18:00:50
|
Got this privately from Don Spong. [...] gcc -shared -o .libs/libplplotcxx.so.5 plstream.o -Wl,-bnolibpath -Wl,-blibpath:/home/spongda/plplot-5.2.0/src/.libs:/home/spongda/plplot-5.2.0/lib:/usr/lib:/lib -L/home/spongda/plplot-5.2.0/src -L/home/spongda/plplot-5.2.0/src/.libs -lplplot -lc -Wl,-bnoentry -Wl,-bexport:.libs/libplplotcxx.exp ld: 0711-317 ERROR: Undefined symbol: cerr ld: 0711-317 ERROR: Undefined symbol: .ostream::operator<<(char const *) ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status Seems that cerr (and some other .ostream function?) used by our C++ front end is missing from AIX. For now, I have suggested the workaround of disabling our C++ front end to Don, but does anybody have any ideas about a permanent solution that would allow building our C++ front end on AIX? Alan __________________________ Alan W. Irwin email: ir...@be... phone: 250-727-2902 Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the Canadian Centre for Climate Modelling and Analysis (www.cccma.bc.ec.gc.ca) and the PLplot scientific plotting software package (plplot.org). __________________________ Linux-powered Science __________________________ |