Re: AM_LIBADD

2007-02-09 Thread Akim Demaille
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: >> Hi Ralk, I missed your answer :) > Hehe, interesting typo. Ralph is a more common one. ;-) How bizarre... I don't how I managed to get this one kucked up. The feys are not even close! > Sure. I think the addition of AM_LIBADD/t

Can't use automake-1.10 in Mingw and Cygwin in Windows XP

2007-02-09 Thread haibin zhang
Hi All: I found that automake-1.10 can't be used in Mingw and Cygwin in Windows XP. I found it will cut many words in generate code if the line is too long. if I use automake-1.9.6, it 's ok. I have diffed the line, that I found automake-1.10 have cut some words . In my example, it cut "-L/opt

Re: Can't use automake-1.10 in Mingw and Cygwin in Windows XP

2007-02-09 Thread haibin zhang
I found the problem: I define AM_LDFLAGS as the following, it can't find "-L$(CPPUNIT_ROOT_PATH)/lib -lcppunit" in automake-1.10, but if I define it as this : "CPPUNIT_LD_INC= -L$(CPPUNIT_ROOT_PATH)/lib -lcppunit" and include it as $(CPPUNIT_LD_INC), it can be found. AM_LDFLAGS = -L$(A