Thanks a lot, it worked perfectly fine now. -Rohit
On Wed, Feb 1, 2017 at 4:19 PM, Ludovic Courtès <l...@gnu.org> wrote: > Hi, > > rohit yadav <rohityadav7...@gmail.com> skribis: > > > I believe it is a trivial question for many but I am a little stuck. I am > > trying to learn guile. I installed it using guix package manager. I have > > specified all the environment variables suggested by guix after > > installation. However, when I am trying to run a C program calling > libguile > > which compiles fine but cannot find the the above shared object while > > running the compiled binary. I am to not sure as how to pass path for > > shared library. It is located inside ~/.guix-profile/lib. > > How did you compile that C program that uses libguile? > > You need to install the ‘gcc-toolchain’ package (and not just ‘gcc’!) > from Guix to build C programs. > > HTH! > > Ludo’. >