Re: Aclic : option for compilation in 32 bits

From: Axel Naumann <Axel.Naumann_at_cern.ch>
Date: Mon, 2 Aug 2010 18:12:13 +0200


Hi Marc,

can you use a 32bit version of ROOT to create myselector_C.so?

Cheers, Axel.

Marc Escalier wrote on 08/02/2010 05:58 PM:
> Hello,
>
> i use a program in compiled mode which needs to be in 32 bits. This
> programs need a shared object of a program, that is created "at hand" by
> doing :
> root
> ...
> //create a TChain
> ...
> return mychain_data->Process("myselector.C+");
>
> ==>it creates myselector_C.so
>
> but when i compile the main project in 32 bits with -m32 (mandatory
> because of some packages only available in 32 bits)
> and use in the compilation the so-called myselector_C.so, i occur the
> following problem at link :
>
> bin/myselector_C.so: could not read symbols: File in wrong format
>
> from google, it would mean an imcompatibility of architecture (typically
> 32 bits versus 64 bits)
>
> would you have an idea ?
>
> thanks
> (unfortunately here, i don't have a minimal program to reproduce the
> problem, but i could try if necessary)
>
>
Received on Mon Aug 02 2010 - 18:12:17 CEST

This archive was generated by hypermail 2.2.0 : Mon Aug 02 2010 - 23:50:01 CEST