[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Probable bug
From: |
Ralf Wildenhues |
Subject: |
Re: Probable bug |
Date: |
Mon, 29 Dec 2008 20:41:04 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello Lebedev,
Thanks for the report.
* Lebedev Vadim wrote on Sun, Dec 28, 2008 at 06:36:36PM CET:
>
> I`m have a trouble linking shared library with libtool v. 2.2.4.
>
> /bin/bash ../../../../libtool --tag=CXX --mode=link i486-linux-gnu-g++
> -I../../../../src -fPIC -DPIC -O2 -DOSC_DEBUG -DOSC_HASHMAP -shared -module
> -o bd_DBF.so dbf_mod.o dbf.o
> libtool: link: i486-linux-gnu-g++ -I../../../../src -fPIC -DPIC -O2
> -DOSC_DEBUG -DOSC_HASHMAP -o bd_DBF.so dbf_mod.o dbf.o
>
> Libtool losted linking key: -shared -module.
>
> Testing build on ubuntu 9.04 jaunty.
>
> But it`s work on libtool 1.5.x.
I'm sorry but I fail to understand the problem. The flags '-shared
-module' are interpreted by libtool, and the above looks like it's doing
that correctly. What is the actual problem you are encountering? If
there is a compile or link failure, then please copy and paste the
command and its output.
Thanks,
Ralf
- Probable bug, Lebedev Vadim, 2008/12/28
- Re: Probable bug,
Ralf Wildenhues <=