Re: libEGPythia6 on Mac OS 10.4 ?

From: George Japaridze <japaridg_at_bellsouth.net>
Date: Sun, 29 May 2005 14:51:59 -0400


Thanks,
On May 29, 2005, at 12:59 AM, Rene Brun wrote:

> go to the page: http://root.cern.ch/root/Install.html

That's where I got libPythia from.

> Look at section "Pythia Event Generators"
> Download the tar file (it contains an installation script for MAC)

I did it again and after running the script - sh makePythia6.macosx - I'v got libraries
libPythia6.a, libPythia6.so, libPythia6.dylib. I moved them in my root libraries (root/lib), and
when I started root, the complain was

"Error in <TUnixSystem::DynamicPathName>: libEGPythia6[.so | .sl | .dl | .a | .dll] does not exist in .:/Users/georgejaparidze/root/ lib:/Users/georgejaparidze/root/lib:/Users/georgejaparidze/root/lib:/ Users/georgejaparidze/root/lib::/Users/georgejaparidze/root/lib"

which seems natural - I don't have ibEGPythia6 in my root/lib. Somehow makePythis6.macosx is not generating this library.

My rootlogon.C is this:



{
#include "Riostream.h"
gSystem->Load("libPythia6");
//gSystem->Load("libEG");
gSystem->Load("libEGPythia6");
//gSystem->Load("ralice");
//gSystem->Load("icepack");
TBrowser *b = new TBrowser("browse", "My Browserro"); printf("\nWelcome to the Macintosh version of ROOT\n\n"); }

  I've commented out gSystem->Load("libEG") as you advised, and afterwards I'll need to install AliRoot (the last two commented lines are for AliRoot libraries).

Anyway, I need to have libEGPythia6 in my root/lib and can't see how I can do it, how can I get this library for Mac.

What am I missing here?
Thanks again,

George
> and follows the installation instructions

>

> Note that you can remove the line
> gSystem->Load("libEG");
>

> Rene Brun
>

> On Sat, 28 May 2005, George Japaridze wrote:
>
>
>> Hello,
>>
>> When I launch root (4.04/02, Mac OS 10.4.1, gcc 4.0) it complains  
>> that can not find libEGPythia6.so. ROOT looks for this library  
>> since I have
>> "....
>> gSystem->Load("libPythia6");
>> gSystem->Load("libEG");
>> gSystem->Load("libEGPythia6");
>> .."
>> in my rootlogon.C. When I launch from directory, other than the  
>> one containing rootlogon.C, of course, it goes fine.
>>
>> Where can I get  libEGPythia6 ? I've installed libPythia6 from  
>> pythia tarfile, but couldn't find libEGPythia6  for Mac.
>>
>> Thanks,
>>
>> George
>
Received on Sun May 29 2005 - 20:58:06 MEST

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:08 MET