[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LOCALEDIR undefined
From: |
David Julien |
Subject: |
Re: LOCALEDIR undefined |
Date: |
Thu, 16 Nov 2000 15:20:27 -0800 |
Paul,
I tried copying the config.h.W32 into config.h. Now I'm getting the following
error:
subproc.lib(sub_proc.obj): error LNK2001 unresolved external symbol _debug_flag
Any advice on what to do next? Thanks in advance.
>>> "Paul D. Smith" <address@hidden> 11/16 2:04 PM >>>
%% "David Julien" <address@hidden> writes:
dj> I am trying to create the make executable for Windows 95 using the
dj> build_w32 batch file. I have found an error while trying to
dj> create the main.obj file. In main.c, line 819, the function
dj> bindtextdomain is called with LOCALEDIR as an argument. However,
dj> LOCALEDIR is never intitialized. Does anyone know what LOCALEDIR
dj> should be initialized to? I am working with the make 3.79.1
dj> source files.
If you're using build_w32, you'll have to remember to copy the
config.h.W32 file by hand to config.h. In the next release of GNU make
the batch file will do this for you.
The config.h.W32 file defines LOCALEDIR.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist