Compile problem (vers 2.8.2)

View: New views
3 Messages — Rating Filter:   Alert me  

Compile problem (vers 2.8.2)

by Jack Dunham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all -- I'm trying to compile ardour 2.8.2 on Ubuntu Jaunty (amd64), and I'm having a link error to do w/ libfftw3:

/usr/bin/ld: /usr/local/lib/libfftw3.a(malloc.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libfftw3.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
scons: *** [libs/vamp-sdk/libvamphostsdk.so] Error 1
scons: building terminated because of errors.

I built (configure, make, make install, etc) fftw 3.2.2 myself, twice, doing "./configure --enable-float", once, and "./configure --disable-float" (with "make clean", in between), just as the documentation said, w/ no problem, so I'm not sure what the problem is.

Any ideas? Thanks, all!
--Jack

_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org

Re: Compile problem (vers 2.8.2)

by Paul Davis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Oct 6, 2009 at 5:25 PM, Jack Dunham <jack.dunham@...> wrote:
> Hi all -- I'm trying to compile ardour 2.8.2 on Ubuntu Jaunty (amd64), and
> I'm having a link error to do w/ libfftw3:

./configure ... --enable-shared ...

FFTW builds static libs by default
_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org

Re: Compile problem (vers 2.8.2)

by Jack Dunham :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Paul -- that did the trick! Successfully running Ardour 2.8.2 on Jaunty/amd64.

Cheers,
--Jack

On Tue, Oct 6, 2009 at 2:33 PM, Paul Davis <paul@...> wrote:
On Tue, Oct 6, 2009 at 5:25 PM, Jack Dunham <jack.dunham@...> wrote:
> Hi all -- I'm trying to compile ardour 2.8.2 on Ubuntu Jaunty (amd64), and
> I'm having a link error to do w/ libfftw3:

./configure ... --enable-shared ...

FFTW builds static libs by default


_______________________________________________
Ardour-Users mailing list
ardour-users@...
http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org