Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-14 Thread Reini Urban
2010/3/9 Marc Girod: > Reini Urban wrote: >> you need gcc-4 > > Thanks, to both of you (Corina and Reini). > Do I understand right that perl was built with gcc 4 and -fstack-protect? Yes. You see the error because our gcc-3 didn't support -fstack-protect, only gcc4. Using gcc-3 itself would be no

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Marc Girod
Larry Hall (Cygwin) wrote: > > Sorry. Reread the thread. You forgot to put the -liconv at the end. > Remember, Windows != UNIX/Linux. ;-) > Thanks! It worked, and then I read the makefile better, and it did it correctly, only the second time: it made a first attempt without it (in case the sy

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Larry Hall (Cygwin)
On 3/10/2010 12:44 AM, Marc Girod wrote: Larry Hall (Cygwin) wrote: Did you install it? I installed libiconv, but there is no dll in it: an archive, and this dll.a file, of which I don't what to think: ~> cygcheck -l libiconv | grep lib/libiconv /usr/lib/libiconv.a /usr/lib/libiconv.dll.a

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Marc Girod
Larry Hall (Cygwin) wrote: > > Did you install it? > I installed libiconv, but there is no dll in it: an archive, and this dll.a file, of which I don't what to think: ~> cygcheck -l libiconv | grep lib/libiconv /usr/lib/libiconv.a /usr/lib/libiconv.dll.a /usr/lib/libiconv.la ~> file /usr/lib/l

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Larry Hall (Cygwin)
On 3/9/2010 3:05 PM, Marc Girod wrote: For -liconv, I added it now, but it doesn't affect. Please note that this package installs fine on Solaris (without -liconv, which I agree, looks like a miracle). I would guess that somewhere it looks for a shared library, and doesn't find the dll as one...

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Marc Girod
Reini Urban wrote: > > you need gcc-4 > Thanks, to both of you (Corina and Reini). Do I understand right that perl was built with gcc 4 and -fstack-protect? So, shouldn't gcc 4 be the default? OK... It has been beaten to death and I just didn't notice or look for it... Text-Iconv-1.7> gcc -D

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Reini Urban
On Mar 9 01:03, Marc Girod wrote: Text-Iconv-1.7> gcc -I/usr/include -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -fstack-protector -L

Re: Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Corinna Vinschen
On Mar 9 01:03, Marc Girod wrote: > > As part of Net::LDAP, I try to install Text-Iconv-1.7, and it fails. > I installed libiconv (I already had libiconv2), but 'perl Makefile.PL' has a > comiple test which fails. > I reproduced on the command line, removing the redirections to /dev/null: > > Te

Problems installing Text-Iconv-1.7 (perl module)

2010-03-09 Thread Marc Girod
As part of Net::LDAP, I try to install Text-Iconv-1.7, and it fails. I installed libiconv (I already had libiconv2), but 'perl Makefile.PL' has a comiple test which fails. I reproduced on the command line, removing the redirections to /dev/null: Text-Iconv-1.7> gcc -I/usr/include -DPERL_USE_SAFE_