Re: __mempcpy

2015-02-15 Thread Marco Atzeri
On 2/15/2015 10:18 AM, Corinna Vinschen wrote: On Feb 14 23:17, Marco Atzeri wrote: you missed the point __mempcpy is exported by cygwin lib at 32bit but not at 64 bit. For both the the two arch HAVE_MEMPCPY is defined. The 32 bit variant exports lots of underscored versions of standard

Re: __mempcpy

2015-02-15 Thread Corinna Vinschen
wever when building the 64bit one, I catch: > >>> > >>>/pub/devel/proftpd/proftpd-1.3.5-1.x86_64/build/lib/pr_fnmatch_loop.c:1142: > >>>undefined reference to `__mempcpy' > >>> > >>>I see this difference in exported symbols for the the

Re: __mempcpy

2015-02-14 Thread Marco Atzeri
/pr_fnmatch_loop.c:1142: undefined reference to `__mempcpy' I see this difference in exported symbols for the the two archs 32bit $ nm /usr/lib/libcygwin.a |grep " T " |sort | grep mempcpy T ___mempcpy T _mempcpy 64bit $ nm /usr/lib/libcygwin.a |grep " T &q

Re: __mempcpy

2015-02-14 Thread Václav Zeman
h_loop.c:1142: >> undefined reference to `__mempcpy' >> >> I see this difference in exported symbols for the the two archs >> >> 32bit >> $ nm /usr/lib/libcygwin.a |grep " T " |sort | grep mempcpy >> T ___mempcpy >> 000

Re: __mempcpy

2015-02-14 Thread Václav Zeman
On 14.2.2015 09:20, Marco Atzeri wrote: > I am trying to upgrade proftpd and also build the 64bit version. > However when building the 64bit one, I catch: > > /pub/devel/proftpd/proftpd-1.3.5-1.x86_64/build/lib/pr_fnmatch_loop.c:1142: > undefined reference to `__mempcpy&#

__mempcpy

2015-02-14 Thread Marco Atzeri
I am trying to upgrade proftpd and also build the 64bit version. However when building the 64bit one, I catch: /pub/devel/proftpd/proftpd-1.3.5-1.x86_64/build/lib/pr_fnmatch_loop.c:1142: undefined reference to `__mempcpy' I see this difference in exported symbols for the the two archs