On Fri, 31 May 2002, Michel SUCH wrote: > I have an OS/2 system with several units (c: d:...). > Lynx is installed on C:. When running it from C: I get nls support > (messages in french for me). > From any other disk, messages are in english except if I comy the > directory structure containg the share directory on it. > Is there a way to tell lynx to always get nls from C:? I use internal > gettext.
That's using the compiled-in LOCALEDIR symbol which probably doesn't have a device specifier on the path. A quick workaround would be to edit the config.status file in your lynx build to change NLS_DATADIR's value to have "c:" at the beginning, then make clean/make. I don't see any reason why the gettext code wouldn't accept the resulting path (it's not using colon for anything). -- T.E.Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
