On Wed, Feb 16, 2011 at 4:30 AM, Chris Frey <cdf...@foursquare.net> wrote:
> On Wed, Feb 16, 2011 at 12:07:37AM -0700, Nathanael Noblet wrote:
> > 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
>
> You probably need to start with a fresh tree, and do
>
> ./buildgen.sh cleanall
> ./buildgen.sh
>
>
Uhhhh so I just noticed --disable-rpath is an option for configure. I added
that, didn't modify the tools/Makefile.am and removed my sed lines and it
builds, and passes QA tests. As a side note, the change to tools/Makefile.am
also fixes the problem if you feel like making that change as well...
------------------------------------------------------------------------------
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