This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Linking a shared library
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Edward Diener <eldlistmailingz at tropicsoft dot com>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Mon, 4 Jun 2018 08:27:34 +0100
- Subject: Re: Linking a shared library
- References: <peshmg$ie7$2@blaine.gmane.org> <alpine.DEB.2.21.1806020749200.22195@stedding.saclay.inria.fr> <peuok4$cke$2@blaine.gmane.org>
On 2 June 2018 at 19:47, Edward Diener wrote:
> I figured out what was wrong when linking. I had specified the symbolic link
> incorrectly so that the library name 'libmyshare.so' was a link which was
> pointing to a file that did not exist.
Yes that was obvious from your "ls -al ./mylibs/lib" command :-)