On Tue, Feb 15, 2011 at 7:06 PM, Chris Frey <cdf...@foursquare.net> wrote:
> On Tue, Feb 15, 2011 at 01:43:01PM -0700, Nathanael Noblet wrote:
> > if I manually run
> >
> > DIE_RPATH_DIE="/usr/lib64:$DIE_RPATH_DIE" g++ -Wall -g -O2 -g -pipe
> > -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> > --param=ssp-buffer-size=4 -m64 -mtune=generic -o .libs/bjdwp bjdwp.o
> > ../src/.libs/libbarry.so ../src/.libs/libbarrydp.so.17
> > ../src/.libs/libbarryjdwp.so -lpthread
> >
> > it completes...
> >
> > I'm not sure what Makefile.am or whatever to modify to have it add
> > that dependency when building/linking.
>
> Could you try editing tools/Makefile.am, and changing:
>
> bjdwp_SOURCES = bjdwp.cc
> bjdwp_LDADD = ../src/libbarry.la ../src/libbarryjdwp.la$(LTLIBINTL)
>
> To this:
>
> bjdwp_SOURCES = bjdwp.cc
> bjdwp_LDADD = ../src/libbarry.la ../src/libbarrydp.la ../src/
> libbarryjdwp.la $(LTLIBINTL)
>
> And doing a full clean and rebuild?
>
Well I tried that, but if I just edit the Makefile, nothing changes when I
make clean && make
If I then run aclocal && autoconf && automake I get an error about INSTALL
missing and to use --add-missing....
However when I do that configure bails with:
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
./configure: line 17193: syntax error near unexpected token
`-fvisibility=hidden,'
./configure: line 17193: `AX_C_CHECK_FLAG(-fvisibility=hidden, , ,'
make: *** [config.status] Error 2
ideas?
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel