configure can't recognize LT_PREREQ

2008-12-01 Thread Dmitry V. Krivenok
Hello! I added the line LT_PREREQ([1.5.26]) in the configure.ac file. And now I get an error: [EMAIL PROTECTED] 15:49:14 ~/work/svn/libs/libtrap/trunk $ make /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr/local/dev/libtrap-1.0.0 --no-create -

autoconf-2.63 (cygwin) adds CR in generated files

2008-12-01 Thread eric melbardis
i am using the cygwin environment (VISTA x64) (latest version as of nov 30, 2008) and autoconf-2.63. generated files, such as pkgIndex.tcl, get generated with added CR, even on filesystems mounted as bin. autoconf-2.61 works ok. i noticed a lot of complex changes in this area which at this

Re: [GNU Autoconf 2.63] testsuite: 147 339 340 failed - problem resolved

2008-12-01 Thread Bruce Dugan
This problem has been resolved. I traced the errors to m4. The README for m4 stated that the libsigsegv libraries were optional. Apparently for Mac OS 10.5 they are not. I had errors when building m4 but thanks to a suggestion from Eric Blake ([EMAIL PROTECTED]) of the m4 team, I added the

Re: configure can't recognize LT_PREREQ

2008-12-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dmitry V. Krivenok on 12/1/2008 5:52 AM: > Hello! > > I added the line > LT_PREREQ([1.5.26]) > in the configure.ac file. This is a libtool question, not an autoconf one. That said, LT_PREREQ wasn't introduced until libtool 2.2. > Any i

Re: autoconf-2.63 (cygwin) adds CR in generated files

2008-12-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to eric melbardis on 11/30/2008 12:26 PM: > i am using the cygwin environment (VISTA x64) (latest version as of nov 30, > 2008) and autoconf-2.63. > > generated files, such as pkgIndex.tcl, get generated with added CR, even on > filesystems

Re: [GNU Autoconf 2.63] testsuite: 147 339 340 failed - problem resolved

2008-12-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [adding bug-m4] According to Bruce Dugan on 12/1/2008 1:19 AM: Hi Bruce, > This problem has been resolved. I traced the errors to m4. The README > for m4 stated that the libsigsegv libraries were optional. Apparently > for Mac OS 10.5 they are not.

Re: configure can't recognize LT_PREREQ

2008-12-01 Thread Dmitry V. Krivenok
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dmitry V. Krivenok on 12/1/2008 5:52 AM: Hello! I added the line LT_PREREQ([1.5.26]) in the configure.ac file. This is a libtool question, not an autoconf one. That said, LT_PREREQ wasn't introduced until l

Re: [GNU Autoconf 2.63] testsuite: 147 339 340 failed - problem resolved

2008-12-01 Thread Bruce Dugan
Thanks Eric for getting back to me and keeping me in the loop. I'm attempting to get the video editing program LIVES complied and I have quite a few programs to compile yet. I'll watch out for this OS bug. Regards, Bruce. On Dec 1, 2008, at 5:29 AM, Eric Blake wrote: -BEGIN PGP SIGN

one exe from objects

2008-12-01 Thread Sagar Newase
GlacierHi, How to create single exe by linking all objects(*.o ) files in automake. Thanks, Sagar D Newase The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential

Re: one exe from objects

2008-12-01 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Sagar Newase on 12/1/2008 9:58 PM: > GlacierHi, > Hello, Sagar, > How to create single exe by linking all objects(*.o ) files in automake. You mentioned automake, but this is the autoconf list. You may find reading the manual helpful