RE: [ROOT] Library

From: Philippe Canal (pcanal@fnal.gov)
Date: Thu Mar 06 2003 - 18:02:20 MET


Hi,

Do something like:
 	TString libs = gSystem->GetLinkedLibs();
       libs.Append(" -L/my/path -lanylib ");
       gSystem->SetLinkedLibs(libs.Data());

Cheers,
Philippe

-----Original Message-----
From: owner-roottalk@pcroot.cern.ch
[mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of Alessio PICCIOLI
Sent: Thursday, March 06, 2003 9:55 AM
To: roottalk@pcroot.cern.ch
Subject: [ROOT] Library


I would like to create a dynamic library (.so) using Aclic (.L 
sourcefile.c++). This file needs to be linked to an external precompiled 
library  libext.a. How can i do it ?

    Alessio



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:09 MET