Ivan Popov wrote: > Build scripts on Linux use CXXFLAGS instead of CFLAGS when compiling > C++ code. Adding -fpic to CXXFLAGS solves the problem. It makes sense > to set both variables to compile C and C++ sources in the same way. > Here is the patch: <snip> > I checked it on SLES9 with gcc 3.3.3 and now JPDA tests pass. > > Tim, could you please apply this patch.
Done at r535271. Thanks for tracking this down Ivan. Regards, Tim
