Den 2011-01-04 05:39 skrev Dan McMahill:
> On 1/2/2011 12:37 AM, Ralf Wildenhues wrote:
>> Hi Dan,
>>
>> * Dan McMahill wrote on Sat, Jan 01, 2011 at 04:53:25AM CET:
>>> I am trying to build a program under cygwin but using the mingw tool
>>> chain in a fake cross build way. In my configure enviro
Hi everyone. I am new to libtool.
I was following the libtool tutorial to write a HelloWorld example of
libtool:
@lib/ say.c:
#include
#include
void say_hello (void)
{
puts ("Hello World!");
puts ("This is " PACKAGE_STRING ".");
}
@lib/ say.h:
void say_hello (void);
@src/ main.c:
#include "sa
On Tue, 4 Jan 2011, kknd1233 wrote:
And then when I run the command 'autoreconf --install', it said an error
message like
"
lib/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
lib/Makefile.am:1: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
lib/Makefile.am:1: t
On 1/4/2011 11:44 AM, Peter Rosin wrote:
> Den 2011-01-04 05:39 skrev Dan McMahill:
>> On 1/2/2011 12:37 AM, Ralf Wildenhues wrote:
>>> Hi Dan,
>>>
>>> * Dan McMahill wrote on Sat, Jan 01, 2011 at 04:53:25AM CET:
I am trying to build a program under cygwin but using the mingw tool
chain i
Hello,
* kknd1233 wrote on Wed, Jan 05, 2011 at 12:14:20AM CET:
> And then when I run the command 'autoreconf --install', it said an error
> message like
> "
> lib/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
> lib/Makefile.am:1: The usual way to define `LIBTOOL' is to add
> `A