Re: [activemq-cpp] It now compiles under cygwin

2006-10-05 Thread Hiram Chirino
Sent: Tuesday, October 03, 2006 4:08 PM To: activemq-dev@geronimo.apache.org Subject: Re: [activemq-cpp] It now compiles under cygwin Ah.. I just did a source build of cppunit and I see what's happening. The default prefix for cppunit is /usr/local, so it m4 file got installed to /usr/local

RE: [activemq-cpp] It now compiles under cygwin

2006-10-05 Thread Bish, Tim
To: activemq-dev@geronimo.apache.org Subject: Re: [activemq-cpp] It now compiles under cygwin Ah.. I just did a source build of cppunit and I see what's happening. The default prefix for cppunit is /usr/local, so it m4 file got installed to /usr/local/share/aclocal which is not picked up

Re: [activemq-cpp] It now compiles under cygwin

2006-10-05 Thread Hiram Chirino
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram Chirino Sent: Tuesday, October 03, 2006 4:08 PM To: activemq-dev@geronimo.apache.org Subject: Re: [activemq-cpp] It now compiles under cygwin Ah.. I just did a source build of cppunit and I see what's

Re: [activemq-cpp] It now compiles under cygwin

2006-10-03 Thread Hiram Chirino
Ah.. I just did a source build of cppunit and I see what's happening. The default prefix for cppunit is /usr/local, so it m4 file got installed to /usr/local/share/aclocal which is not picked up automatically. If we configure cppunit with ./configure --prefix=/usr Then everything should work