Hi Jacek,
I hope this is ok now?
Best regards,
Ray.
On Mon, Feb 11, 2013 at 12:27 PM, Ray Donnelly wrote:
> I think I took it as an opportunity to learn a tiny bit of automake
> having avoided it so far!
>
> Ho hum... an update is in progress.
>
> On Mon, Feb 11, 2013 at 10:58 AM, Jacek Caban
>> Let me run it in debugger for you, okay? (gcc 4.7.2 under Linux):
>>
>> #0 0x77538425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
>> #1 0x7753bb8b in abort () from /lib/x86_64-linux-gnu/libc.so.6
>> #2 0x77b37e2d in __gnu_cxx::__verbose_terminate_handler() ()
>> f
Hello Jorge!
On Tue, Feb 5, 2013 at 3:31 PM, Jorge F. Hernandez
wrote:
>
> By the way,
> ...
> I'm trying to compile libiconv in 64-bit so I can add it as a dependency
> for a PHP I'm building in 64-bit, but libiconv doesn't support VC anymore
> and it asks to use MinGW, but MinGW won't work for
On 2/10/2013 17:14, Václav Šmilauer wrote:
> Let me run it in debugger for you, okay? (gcc 4.7.2 under Linux):
>
> #0 0x77538425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
> #1 0x7753bb8b in abort () from /lib/x86_64-linux-gnu/libc.so.6
> #2 0x77b37e2d in __gnu_cxx
On 2/6/2013 04:31, Jorge F. Hernandez wrote:
> By the way,
>
> I tried using the MinGW 64-bit that comes with Cygwin, but when I tried to
> run
> configure and it tries to check if gcc will compile what I'm trying to, it
> says
> it cannot create executables, what can I do?
>
> I'm trying to