confuse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Confuse-devel] shared libraries name error


From: Xu Hao
Subject: [Confuse-devel] shared libraries name error
Date: Mon, 30 Aug 2004 17:05:55 +0800

Hi Martin!

  You know that there's something wrong with the name of the shared libraries, 
they lack .so extensions.

  I changed their name manually:

  # mv libconfuse.0.0.0 libconfuse.so.0.0.0
  # rm -f libconfuse libconfuse.0
  # ln -s libconfuse.so.0.0.0 libconfuse.so
  # ln -s libconfuse.so.0.0.0 libconfuse

  Then:

  # gcc -o test test.c -lconfuse

  Everything is fine till now.

  But when I run test, it says cannot find library "libconfuse.0.0.0".

  Probably this is because when ld is called it still thinks that the name of 
the library is "libconfuse.0.0.0".

  Please, fix this.



  Regards.

  X.H. Beijing







reply via email to

[Prev in Thread] Current Thread [Next in Thread]