Date: Mon, 19 Apr 2004 00:04:22 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 353 ************************************************** Sunday 18 April 2004 Number 353 ************************************************** Subjects for today 1 Re: Makefile.in.in : Andreas Buening 2 Re: grep.dll : Andreas Buening 3 Re: Makefile.in.in : John Poltorak 4 unyabba : John Poltorak 5 NLS : John Poltorak 6 Re: Makefile.in.in : Dave Yeo" 7 Re: NLS : Dave Yeo" 8 Re: unyabba : Dave Yeo" 9 Re: Makefile.in.in : Dave Yeo" 10 sed script : Dave Yeo" 11 Re: sed script : John Poltorak 12 Re: sed script : Dave Yeo" 13 Re: sed script : John Poltorak 14 Re: sed script : Dave Yeo" 15 Re: NLS : Andreas Buening 16 Re: adding to aclocal.m4 : Andreas Buening 17 Re: Makefile.in.in : Andreas Buening 18 Re: adding to aclocal.m4 : Dave Yeo" 19 Re: Makefile.in.in : John Poltorak 20 Re: NLS : John Poltorak 21 Re: grep.dll : John Poltorak 22 Undefined symbol _chown : John Poltorak 23 Re: adding to aclocal.m4 : Andreas Buening 24 Re: NLS : Andreas Buening 25 Re: grep.dll : Andreas Buening 26 Re: Makefile.in.in : Andreas Buening 27 Re: Makefile.in.in : John Poltorak **= Email 1 ==========================** Date: Sat, 17 Apr 2004 16:38:49 +0200 From: Andreas Buening Subject: Re: Makefile.in.in John Poltorak wrote: > > Has anyone ever come across a Makefile.in.in? > > I can't help feeling that this file has been named incorrectly... Obviously ;-), Makefile.in.in is the source file for Makefile.in which again is the source file for Makefile. Bye, Andreas **= Email 2 ==========================** Date: Sat, 17 Apr 2004 16:39:05 +0200 From: Andreas Buening Subject: Re: grep.dll John Poltorak wrote: > > An old port of GREP includes a GNUGREP.DLL which appears to be the main > grep engine for front ends like grep.exe, egrep.exe and fgrep.exe all of > which are only 2kB in size. This seems like a reasonable way of providing > shared functionality rather than having three seperate, large, identical > programs, in the absence of having symbolic links, which I presume is the > way these things are handled on Unix. Is there a way building such a > version of GREP - ie to include GREP.DLL, by using autoconf and libtool? No. New grep versions produce a grep.exe and two egrep and fgrep shell scripts. Bye, Andreas **= Email 3 ==========================** Date: Sat, 17 Apr 2004 16:27:37 +0100 From: John Poltorak Subject: Re: Makefile.in.in On Sat, Apr 17, 2004 at 04:38:49PM +0200, Andreas Buening wrote: > John Poltorak wrote: > > > > Has anyone ever come across a Makefile.in.in? > > > > I can't help feeling that this file has been named incorrectly... > > Obviously ;-), Makefile.in.in is the source file for Makefile.in > which again is the source file for Makefile. So, what are you supposed to do? Run cofigure twice? I tried that BTW, but still didn't get a Makefile... > > Bye, > Andreas -- John **= Email 4 ==========================** Date: Sat, 17 Apr 2004 16:44:01 +0100 From: John Poltorak Subject: unyabba When trying to build MAN, the configure script checks for the presence of an unyabba command... Anyone ever come across such a program? -- John **= Email 5 ==========================** Date: Sat, 17 Apr 2004 16:52:23 +0100 From: John Poltorak Subject: NLS Many programs these days include support or an ever increasing number of languages, which is nice enough in itself, but I don't think everyone wants to install msgs in every single lanuage there is. I suspect people are not particularly interested in Mongolian if they are not familiar with the language... I wonder if there is any way to specify just the language which is equivalent to the value of the %LANG% setting... -- John **= Email 6 ==========================** Date: Sat, 17 Apr 2004 09:11:56 -0800 From: "Dave Yeo" Subject: Re: Makefile.in.in On Sat, 17 Apr 2004 16:27:37 +0100, John Poltorak wrote: >On Sat, Apr 17, 2004 at 04:38:49PM +0200, Andreas Buening wrote: >> John Poltorak wrote: >> > >> > Has anyone ever come across a Makefile.in.in? >> > >> > I can't help feeling that this file has been named incorrectly... >> >> Obviously ;-), Makefile.in.in is the source file for Makefile.in >> which again is the source file for Makefile. > >So, what are you supposed to do? Run cofigure twice? I tried that BTW, but >still didn't get a Makefile... > I managed to get a Makefile in pinfo-0.6.8/po by renaming xgettext before running configure. Seems to be a problem with gettext. Interestingly macros/autogen.sh runs gettextize which I've never seen run before. You can try rebuilding all the auto* files by running sh macros/autogen.sh and see how far you get. I now have conflicts between EMX's curses.h and ncurses.h which I can't figure out. You could also try configure --with-included-gettext Dave **= Email 7 ==========================** Date: Sat, 17 Apr 2004 09:14:12 -0800 From: "Dave Yeo" Subject: Re: NLS On Sat, 17 Apr 2004 16:52:23 +0100, John Poltorak wrote: > >Many programs these days include support or an ever increasing number of >languages, which is nice enough in itself, but I don't think everyone >wants to install msgs in every single lanuage there is. I suspect people >are not particularly interested in Mongolian if they are not familiar with >the language... > >I wonder if there is any way to specify just the language which is >equivalent to the value of the %LANG% setting... configure --disable-nls? Dave **= Email 8 ==========================** Date: Sat, 17 Apr 2004 09:24:51 -0800 From: "Dave Yeo" Subject: Re: unyabba On Sat, 17 Apr 2004 16:44:01 +0100, John Poltorak wrote: > >When trying to build MAN, the configure script checks for the presence of >an unyabba command... > >Anyone ever come across such a program? Its for uncompressing Y compressed files ftp://ftp.inria.fr/archives/system/arch-compr/yabba.tar.Z Dave **= Email 9 ==========================** Date: Sat, 17 Apr 2004 09:17:05 -0800 From: "Dave Yeo" Subject: Re: Makefile.in.in On Sat, 17 Apr 2004 16:27:37 +0100, John Poltorak wrote: > >So, what are you supposed to do? Run cofigure twice? I tried that BTW, but >still didn't get a Makefile... ps here is the tail of configure creating ./config.status creating Makefile creating doc/Makefile creating macros/Makefile creating src/Makefile creating pinfo.spec creating INSTALL creating po/Makefile.in creating intl/Makefile creating src/pinforc creating doc/pinfo.1 creating config.h creating po/POTFILES creating po/Makefile Dave **= Email 10 ==========================** Date: Sat, 17 Apr 2004 10:23:25 -0800 From: "Dave Yeo" Subject: sed script Hi, I've been reading docs on sed but can't find what I need. I want to add an underscore to the beginning of every line in a file except comments (comments are a semicolon). Dave **= Email 11 ==========================** Date: Sat, 17 Apr 2004 18:40:50 +0100 From: John Poltorak Subject: Re: sed script On Sat, Apr 17, 2004 at 10:23:25AM -0800, Dave Yeo wrote: > Hi, I've been reading docs on sed but can't find what I need. I want to add an underscore to the beginning of > every line in a file except comments (comments are a semicolon). Is this what you want:- ? sed "s/^[^_]/#&/" foo > Dave > -- John **= Email 12 ==========================** Date: Sat, 17 Apr 2004 11:06:45 -0800 From: "Dave Yeo" Subject: Re: sed script On Sat, 17 Apr 2004 18:40:50 +0100, John Poltorak wrote: >On Sat, Apr 17, 2004 at 10:23:25AM -0800, Dave Yeo wrote: >> Hi, I've been reading docs on sed but can't find what I need. I want to add an underscore to the beginning of >> every line in a file except comments (comments are a semicolon). > >Is this what you want:- ? > > >sed "s/^[^_]/#&/" foo Not quite. This put a # at the front of every line except ones that already had an underscore. Gives me a beginnig though Dave **= Email 13 ==========================** Date: Sat, 17 Apr 2004 19:17:02 +0100 From: John Poltorak Subject: Re: sed script On Sat, Apr 17, 2004 at 11:06:45AM -0800, Dave Yeo wrote: > On Sat, 17 Apr 2004 18:40:50 +0100, John Poltorak wrote: > > >On Sat, Apr 17, 2004 at 10:23:25AM -0800, Dave Yeo wrote: > >> Hi, I've been reading docs on sed but can't find what I need. I want to add an underscore to the beginning of > >> every line in a file except comments (comments are a semicolon). > > > >Is this what you want:- ? > > > > > >sed "s/^[^_]/#&/" foo > > Not quite. This put a # at the front of every line except ones that already had an underscore. Gives me a beginnig though I must be going mad! sed "s/^[^;]/_&/" foo > Dave -- John **= Email 14 ==========================** Date: Sat, 17 Apr 2004 14:24:06 -0800 From: "Dave Yeo" Subject: Re: sed script On Sat, 17 Apr 2004 19:17:02 +0100, John Poltorak wrote: > >I must be going mad! > > >sed "s/^[^;]/_&/" foo Perfect, many thanks. Now to build new import libraries against X11 for Innoteks GCC Dave **= Email 15 ==========================** Date: Sun, 18 Apr 2004 00:26:58 +0200 From: Andreas Buening Subject: Re: NLS John Poltorak wrote: > > Many programs these days include support or an ever increasing number of > languages, which is nice enough in itself, but I don't think everyone > wants to install msgs in every single lanuage there is. I suspect people > are not particularly interested in Mongolian if they are not familiar with > the language... > > I wonder if there is any way to specify just the language which is > equivalent to the value of the %LANG% setting... I'm not sure what exactly you want to know. If you want to know how to select a language: GNU NLS aka GNU gettext uses LANGUAGE for that (because many Unix installations don't work if LANG is set to anything but "C"). If you want to know whats the best way to avoid Mongolian NLS files on your system, the simplest way is (still) to just remove them (.../share/locale/mo/* or whatever's the shortcut for Mongolian). ;-) Bye, Andreas **= Email 16 ==========================** Date: Sun, 18 Apr 2004 00:55:29 +0200 From: Andreas Buening Subject: Re: adding to aclocal.m4 John Poltorak wrote: > > On Fri, Apr 16, 2004 at 08:32:35PM -0800, Dave and Natalie wrote: > > When running mk.sh from blackbox-cvs I get this error (from aclocal? libtoolize?) > > You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. > > How would I go about this? Just cat them to a new file and rename? > > cat /usr/share/aclocal/libtool.m4 >>aclocal.m4 Usually it's more convenient to copy libtool.m4 into the source directory where the .m4 file reside, e.g., ./m4. Then aclocal -I m4 will do the rest. Bye, Andreas **= Email 17 ==========================** Date: Sun, 18 Apr 2004 00:55:19 +0200 From: Andreas Buening Subject: Re: Makefile.in.in John Poltorak wrote: > > On Sat, Apr 17, 2004 at 04:38:49PM +0200, Andreas Buening wrote: > > John Poltorak wrote: > > > > > > Has anyone ever come across a Makefile.in.in? > > > > > > I can't help feeling that this file has been named incorrectly... > > > > Obviously ;-), Makefile.in.in is the source file for Makefile.in > > which again is the source file for Makefile. > > So, what are you supposed to do? Run cofigure twice? I tried that BTW, but > still didn't get a Makefile... No, that's something configure should handle transparent for the user. Bye, Andreas **= Email 18 ==========================** Date: Sat, 17 Apr 2004 19:43:23 -0800 From: "Dave Yeo" Subject: Re: adding to aclocal.m4 On Sun, 18 Apr 2004 00:55:29 +0200, Andreas Buening wrote: >John Poltorak wrote: >> >> On Fri, Apr 16, 2004 at 08:32:35PM -0800, Dave and Natalie wrote: >> > When running mk.sh from blackbox-cvs I get this error (from aclocal? libtoolize?) >> > You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. >> > How would I go about this? Just cat them to a new file and rename? >> >> cat /usr/share/aclocal/libtool.m4 >>aclocal.m4 > >Usually it's more convenient to copy libtool.m4 into the source >directory where the .m4 file reside, e.g., ./m4. Then aclocal -I m4 >will do the rest. > In this case there are no m4 files anywhere. cp /usr/share/aclocal/libtool.m4 ./aclocal.m4 would of been fine. mk.sh runs libtoolize -c first and this is where the error comes from. Perhaps it should be libtoolize --copy --force --automake which is from fluxbox and does not produce the message. Dave **= Email 19 ==========================** Date: Sun, 18 Apr 2004 10:22:37 +0100 From: John Poltorak Subject: Re: Makefile.in.in On Sat, Apr 17, 2004 at 09:17:05AM -0800, Dave Yeo wrote: > On Sat, 17 Apr 2004 16:27:37 +0100, John Poltorak wrote: > > > > >So, what are you supposed to do? Run cofigure twice? I tried that BTW, but > >still didn't get a Makefile... > > ps here is the tail of configure > creating config.h > creating po/POTFILES > creating po/Makefile I've just managed to get this, but only after I took the autoconf step out of the build. It looks as though the included configure script works fine without needing to be rebuilt. This is how far the build gets before it falls over:- gcc -o pinfo pinfo.o colors.o datatypes.o filehandling_functions.o keyboard.o mainfunction.o manual.o menu_and_note_utils.o parse_config.o regexp_search.o signal_handler.o utils.o video.o initializelinks.o printinfo.o readlinewrapper.o sigblock.o -lintl -lncurses pinfo.o: Undefined symbol _setegid referenced from text segment pinfo.o: Undefined symbol _seteuid referenced from text segment filehandling_functions.o: Undefined symbol _strcasecmp referenced from text segment filehandling_functions.o: Undefined symbol _strcasecmp referenced from text segment filehandling_functions.o: Undefined symbol _strncasecmp referenced from text segment filehandling_functions.o: Undefined symbol _strncasecmp referenced from text segment filehandling_functions.o: Undefined symbol _lstat referenced from text segment filehandling_functions.o: Undefined symbol _lstat referenced from text segment manual.o: Undefined symbol _strcasecmp referenced from text segment manual.o: Undefined symbol _strcasecmp referenced from text segment manual.o: Undefined symbol _regexec referenced from text segment parse_config.o: Undefined symbol _regcomp referenced from text segment parse_config.o: Undefined symbol _strncasecmp referenced from text segment regexp_search.o: Undefined symbol _regfree referenced from text segment regexp_search.o: Undefined symbol _regcomp referenced from text segment regexp_search.o: Undefined symbol _regexec referenced from text segment utils.o: Undefined symbol _regfree referenced from text segment utils.o: Undefined symbol _regcomp referenced from text segment utils.o: Undefined symbol _regexec referenced from text segment video.o: Undefined symbol _regexec referenced from text segment make[2]: *** [pinfo] Error 1 make[2]: Leaving directory `C:/ux2bs/workdir/pinfo-0.6.8/src' Anyone got any suggestions about any of these errors? > Dave -- John **= Email 20 ==========================** Date: Sun, 18 Apr 2004 11:09:41 +0100 From: John Poltorak Subject: Re: NLS On Sun, Apr 18, 2004 at 12:26:58AM +0200, Andreas Buening wrote: > John Poltorak wrote: > > > > Many programs these days include support or an ever increasing number of > > languages, which is nice enough in itself, but I don't think everyone > > wants to install msgs in every single lanuage there is. I suspect people > > are not particularly interested in Mongolian if they are not familiar with > > the language... > > > > I wonder if there is any way to specify just the language which is > > equivalent to the value of the %LANG% setting... > > I'm not sure what exactly you want to know. If you want to know how > to select a language: GNU NLS aka GNU gettext uses LANGUAGE for that > (because many Unix installations don't work if LANG is set to anything > but "C"). Is $LANGUAGE normally set on Unix? > If you want to know whats the best way to avoid Mongolian > NLS files on your system, the simplest way is (still) to just remove > them (.../share/locale/mo/* or whatever's the shortcut for Mongolian). > ;-) Actually, I meant, what do I do if I only wanted Mongolian? ;-)... > Bye, > Andreas -- John **= Email 21 ==========================** Date: Sun, 18 Apr 2004 11:18:33 +0100 From: John Poltorak Subject: Re: grep.dll On Sat, Apr 17, 2004 at 04:39:05PM +0200, Andreas Buening wrote: > John Poltorak wrote: > > > > An old port of GREP includes a GNUGREP.DLL which appears to be the main > > grep engine for front ends like grep.exe, egrep.exe and fgrep.exe all of > > which are only 2kB in size. This seems like a reasonable way of providing > > shared functionality rather than having three seperate, large, identical > > programs, in the absence of having symbolic links, which I presume is the > > way these things are handled on Unix. Is there a way building such a > > version of GREP - ie to include GREP.DLL, by using autoconf and libtool? > > No. New grep versions produce a grep.exe and two egrep and fgrep > shell scripts. What is the best way of handling this on OS/2? Prepending EXTPROC?... > > Bye, > Andreas -- John **= Email 22 ==========================** Date: Sun, 18 Apr 2004 12:57:50 +0100 From: John Poltorak Subject: Undefined symbol _chown How do I avoid this error:- ? gzip.o: Undefined symbol _chown referenced from text segment and this:- ? deflate.o: Definition of symbol _longest_match (multiply defined) Both occur whether I'm using Posix/2 or just the standard EMX headers and libs. This is using the distributed source for GZIP v1.2.4 which does build straight out o the box, although with the supplied OS/2 Makefile. I don't see any OS/2 specific patches that need to be applied. There are no references to either of the symbols above in the OS/2 Makefile. -- John **= Email 23 ==========================** Date: Sun, 18 Apr 2004 14:35:04 +0200 From: Andreas Buening Subject: Re: adding to aclocal.m4 Dave Yeo wrote: > > On Sun, 18 Apr 2004 00:55:29 +0200, Andreas Buening wrote: > In this case there are no m4 files anywhere. cp > /usr/share/aclocal/libtool.m4 ./aclocal.m4 would of been fine. cp /usr/share/aclocal/libtool.m4 ./libtool.m4 That's what libtoolize is (also) supposed to do. > mk.sh runs libtoolize -c first and this is where the error comes from. > Perhaps it should be libtoolize --copy --force --automake which is from > fluxbox and does not produce the message. Might be. I often use try & error for this. ;-) Bye, Andreas **= Email 24 ==========================** Date: Sun, 18 Apr 2004 14:40:06 +0200 From: Andreas Buening Subject: Re: NLS John Poltorak wrote: > > On Sun, Apr 18, 2004 at 12:26:58AM +0200, Andreas Buening wrote: > Is $LANGUAGE normally set on Unix? Not by commercial Unices. Therefore, it's used by GNU software to avoid interferences. > > If you want to know whats the best way to avoid Mongolian > > NLS files on your system, the simplest way is (still) to just remove > > them (.../share/locale/mo/* or whatever's the shortcut for Mongolian). > > ;-) > > Actually, I meant, what do I do if I only wanted Mongolian? ;-)... Assuming "mo" defines your language you set LANGUAGE=mo or mo_TR:ISO-xyz if you prefer traditional (TR) mongolian + a special charset (provided there is something like TR and provided that ':' is used as separtor between language and charset) ;-) Then you can delete all .../share/locale/xy/* files except for ..../share/locale/mo*/* If you want to try whether your NLS support works correctly, you can set LANGUAGE to fr, de, it, or es. These languages should be present for most packages and can be represented by your cp850 charset. Bye, Andreas **= Email 25 ==========================** Date: Sun, 18 Apr 2004 14:55:37 +0200 From: Andreas Buening Subject: Re: grep.dll John Poltorak wrote: > > On Sat, Apr 17, 2004 at 04:39:05PM +0200, Andreas Buening wrote: > > No. New grep versions produce a grep.exe and two egrep and fgrep > > shell scripts. > > What is the best way of handling this on OS/2? Prepending EXTPROC?... I think so. Bye, Andreas **= Email 26 ==========================** Date: Sun, 18 Apr 2004 14:55:16 +0200 From: Andreas Buening Subject: Re: Makefile.in.in John Poltorak wrote: > > On Sat, Apr 17, 2004 at 09:17:05AM -0800, Dave Yeo wrote: > > On Sat, 17 Apr 2004 16:27:37 +0100, John Poltorak wrote: > > > > > > > >So, what are you supposed to do? Run cofigure twice? I tried that BTW, but > > >still didn't get a Makefile... > > > > ps here is the tail of configure > > > creating config.h > > creating po/POTFILES > > creating po/Makefile > > I've just managed to get this, but only after I took the autoconf step out > of the build. It looks as though the included configure script works fine > without needing to be rebuilt. > > This is how far the build gets before it falls over:- > > gcc -o pinfo pinfo.o colors.o datatypes.o filehandling_functions.o keyboard.o mainfunction.o manual.o menu_and_note_utils.o parse_config.o regexp_search.o signal_handler.o utils.o video.o initializelinks.o printinfo.o readlinewrapper.o sigblock.o -lintl -lncurses > pinfo.o: Undefined symbol _setegid referenced from text segment > pinfo.o: Undefined symbol _seteuid referenced from text segment > filehandling_functions.o: Undefined symbol _strcasecmp referenced from text segment > filehandling_functions.o: Undefined symbol _strcasecmp referenced from text segment > filehandling_functions.o: Undefined symbol _strncasecmp referenced from text segment > filehandling_functions.o: Undefined symbol _strncasecmp referenced from text segment > filehandling_functions.o: Undefined symbol _lstat referenced from text segment > filehandling_functions.o: Undefined symbol _lstat referenced from text segment > manual.o: Undefined symbol _strcasecmp referenced from text segment > manual.o: Undefined symbol _strcasecmp referenced from text segment > manual.o: Undefined symbol _regexec referenced from text segment > parse_config.o: Undefined symbol _regcomp referenced from text segment > parse_config.o: Undefined symbol _strncasecmp referenced from text segment > regexp_search.o: Undefined symbol _regfree referenced from text segment > regexp_search.o: Undefined symbol _regcomp referenced from text segment > regexp_search.o: Undefined symbol _regexec referenced from text segment > utils.o: Undefined symbol _regfree referenced from text segment > utils.o: Undefined symbol _regcomp referenced from text segment > utils.o: Undefined symbol _regexec referenced from text segment > video.o: Undefined symbol _regexec referenced from text segment > make[2]: *** [pinfo] Error 1 > make[2]: Leaving directory `C:/ux2bs/workdir/pinfo-0.6.8/src' > > > Anyone got any suggestions about any of these errors? Neither strcasecmp nor regex is found by the linker. Bye, Andreas **= Email 27 ==========================** Date: Sun, 18 Apr 2004 14:27:56 +0100 From: John Poltorak Subject: Re: Makefile.in.in On Sun, Apr 18, 2004 at 02:55:16PM +0200, Andreas Buening wrote: > > This is how far the build gets before it falls over:- > > > > gcc -o pinfo pinfo.o colors.o datatypes.o filehandling_functions.o keyboard.o mainfunction.o manual.o menu_and_note_utils.o parse_config.o regexp_search.o signal_handler.o utils.o video.o initializelinks.o printinfo.o readlinewrapper.o sigblock.o -lintl -lncurses > > pinfo.o: Undefined symbol _setegid referenced from text segment > > pinfo.o: Undefined symbol _seteuid referenced from text segment > > filehandling_functions.o: Undefined symbol _strcasecmp referenced from text segment > > filehandling_functions.o: Undefined symbol _strcasecmp referenced from text segment > > filehandling_functions.o: Undefined symbol _strncasecmp referenced from text segment > > filehandling_functions.o: Undefined symbol _strncasecmp referenced from text segment > > filehandling_functions.o: Undefined symbol _lstat referenced from text segment > > filehandling_functions.o: Undefined symbol _lstat referenced from text segment > > manual.o: Undefined symbol _strcasecmp referenced from text segment > > manual.o: Undefined symbol _strcasecmp referenced from text segment > > manual.o: Undefined symbol _regexec referenced from text segment > > parse_config.o: Undefined symbol _regcomp referenced from text segment > > parse_config.o: Undefined symbol _strncasecmp referenced from text segment > > regexp_search.o: Undefined symbol _regfree referenced from text segment > > regexp_search.o: Undefined symbol _regcomp referenced from text segment > > regexp_search.o: Undefined symbol _regexec referenced from text segment > > utils.o: Undefined symbol _regfree referenced from text segment > > utils.o: Undefined symbol _regcomp referenced from text segment > > utils.o: Undefined symbol _regexec referenced from text segment > > video.o: Undefined symbol _regexec referenced from text segment > > make[2]: *** [pinfo] Error 1 > > make[2]: Leaving directory `C:/ux2bs/workdir/pinfo-0.6.8/src' > > > > > > Anyone got any suggestions about any of these errors? > > Neither strcasecmp nor regex is found by the linker. I thought both of these were defined in Posix/2... > Bye, > Andreas -- John