[PPL-devel] Check dependency resolution for 64 bit linking

Roberto Bagnara bagnara at cs.unipr.it
Sat May 2 20:11:23 CEST 2009


Markus Elfring wrote:
>> Good!
> 
> Unfortunately, I get the message "Libraries have been installed in:
> /usr/local/lib" from the command "make install". I would expect that the
> directory "/usr/local/lib64" should be automatically used from my
> current build configuration.

You should use the configure option --libdir=/usr/local/lib64

> Can the generated binaries be installed for
> all supported processor architectures in parallel?

Not that I know.  If you want to support multiple architectures
on the same machine, I suggest you look at how we do that on
Fedora:

   http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=tree;f=fedora;hb=HEAD

-- 
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara at cs.unipr.it



More information about the PPL-devel mailing list