On Thu, 24 May 2012, Emil Lenngren wrote:
> On ubuntu, the llvm-3.0 package (which does not work for me) provides a
> llvm-config in the directory /usr/lib/llvm-3.0/bin/llvm-config, and not in
> /usr/bin. That directory was not in my $PATH.
> 
> And how to link to a library in a directory other than /usr/lib? I always
> have to set the environment flag LD_LIBRARY_PATH=... before running a
> program linked to such a library.
> 
> 2012/5/24 Benoît Minisini <gam...@users.sourceforge.net>
> 
> > Le 24/05/2012 00:26, Emil Lenngren a écrit :
> > > Go to the gb.jit directory. Then try to run ./configure without the -C
> > flag.
> > > If it doesn't work, please post the full output from the configure
> > script.
> > >
> > > I think it is hard to make a good configure script for llvm, because it
> > is
> > > not standardized where llvm put its files (llvm from svn puts it
> > somewhere,
> > > gentoo in a special folder, and ubuntu in another folder ...).
> > >
> > > /Emil
> > >
> >
> > Then the distribution should provide a pkg-config file, or a llvm-config
> > executable, or both.
> >
> > --
> > Benoît Minisini
> >
> >
> > ------------------------------------------------------------------------------
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

On my system I used /etc/ld.so.conf to store a custom library search path. This 
file corresponds to
ldconfig(8).

Regards,
Tobi

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to