[Qemu-devel] [PATCH] libcacard: actually use symbols file

2014-04-27 Thread Michael Tokarev
libtool has an argument for .syms file, which is -export-symbols. There's no argument `-export-syms', and it looks like at least on linux, -export-syms is just ignored. Use the correct argument, -export-symbols, to actually get the right export list. But it turns out that vscclient binary, which

Re: [Qemu-devel] [PATCH] libcacard: actually use symbols file

2014-04-27 Thread Alon Levy
On 04/27/2014 05:37 PM, Michael Tokarev wrote: libtool has an argument for .syms file, which is -export-symbols. There's no argument `-export-syms', and it looks like at least on linux, -export-syms is just ignored. Use the correct argument, -export-symbols, to actually get the right export

Re: [Qemu-devel] [PATCH] libcacard: actually use symbols file

2014-04-27 Thread Michael Tokarev
27.04.2014 18:53, Alon Levy wrote: On 04/27/2014 05:37 PM, Michael Tokarev wrote: libtool has an argument for .syms file, which is -export-symbols. There's no argument `-export-syms', and it looks like at least on linux, -export-syms is just ignored. Use the correct argument,

Re: [Qemu-devel] [PATCH] libcacard: actually use symbols file

2014-04-27 Thread Andreas Färber
Am 27.04.2014 16:37, schrieb Michael Tokarev: libtool has an argument for .syms file, which is -export-symbols. There's no argument `-export-syms', and it looks like at least on linux, -export-syms is just ignored. Use the correct argument, -export-symbols, to actually get the right export

Re: [Qemu-devel] [PATCH] libcacard: actually use symbols file

2014-04-27 Thread Michael Tokarev
27.04.2014 19:11, Andreas Färber wrote: Am 27.04.2014 16:37, schrieb Michael Tokarev: libtool has an argument for .syms file, which is -export-symbols. There's no argument `-export-syms', and it looks like at least on linux, -export-syms is just ignored. Use the correct argument,