unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Question: link to wrong library
@ 2018-01-21 14:44 陶青云
  2018-01-22  1:07 ` Nala Ginrut
  0 siblings, 1 reply; 9+ messages in thread
From: 陶青云 @ 2018-01-21 14:44 UTC (permalink / raw)
  To: guile-devel

[-- Attachment #1: Type: text/plain, Size: 904 bytes --]

Hi. I'm new to guile.  I compiled it from source without `make install`. 


I write a simple C file and use the flowing command to compile it.
    `gcc -pthread -I. -L ./libguile/.libs -lguile-2.2  -lgc test.c`
it successed. but the a.out is always link to my system guile library.
   $ ldd ./a.out 
	linux-vdso.so.1 (0x00007fffc259b000)
	libguile-2.2.so.1 => /usr/lib/libguile-2.2.so.1 (0x00007fa90f9fe000)
	libgc.so.1 => /usr/lib/libgc.so.1 (0x00007fa90f794000)




even I do the flowing:
$ cp libguile/.libs/libguile-2.2.so.1.3.0  libguile/.libs/libguile-2.5.so


$ gcc -pthread -I. -L ./libguile/.libs -lguile-2.5  -lgc test.c  # it successed


$ ldd ./a.out 
	linux-vdso.so.1 (0x00007ffd283e0000)
	libguile-2.2.so.1 => /usr/lib/libguile-2.2.so.1 (0x00007f83c71cc000)
	libgc.so.1 => /usr/lib/libgc.so.1 (0x00007f83c6f62000)





Could someone give me some tips.  Thanks.

[-- Attachment #2: Type: text/html, Size: 1494 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-01-23  1:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-21 14:44 Question: link to wrong library 陶青云
2018-01-22  1:07 ` Nala Ginrut
2018-01-22  4:58   ` Chaos Eternal
2018-01-22 11:30     ` 陶青云
2018-01-22 11:36       ` Chaos Eternal
2018-01-22 12:56         ` 陶青云
2018-01-22 13:10           ` Chaos Eternal
2018-01-22 12:59         ` Nala Ginrut
2018-01-23  1:14         ` Matt Wette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).