On Thursday, Feb 27, 2003, at 17:13 US/Central, Sam Varshavchik wrote:
James A Baker writes:

Can anyone tell me how to fix the string errors in "numlib/libnumlib.a" which ld is reporting?
Please let me know if you have any ideas! Thank you!

In numlib/strhdevt.c replace: static const char xdigit[16]="0123456789ABCDEF"; with static const char xdigit[]="0123456789ABCDEF"; Same change in the other file.


Ah-hah!

Thanks, Sam!! That seems to have done it beautifully. -- Though there are actually 2 more files that needed the same change as well, which I was unaware of earlier: "numlib/strhtimet.c" and "numlib/strhpidt.c" ... just so you know. I only got errors about them after successfully compiling past the point where the previous 2 showed up.

Now I just wish I could say it compiled completely. But even with all 4 changes made, it still didn't. :( ... Though it did get much further into the process at least! :)

So, I've now got 2 undefined symbols in "./pcp/" that need to be resolved somehow. Here is the error message:

Compiling pcp.c
gcc -I.. -I./.. -Wall -traditional-cpp -o pcp pcp.o libpcp.a ../rfc2045/librfc2045.a ../rfc822/librfc822.a ../unicode/libunicode.a ../numlib/libnumlib.a ./intl/libintl.a
ld: Undefined symbols:
libintl_gettext
libintl_textdomain
make[2]: *** [pcp] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Anyone think they can help with figuring out why they're undefined?

I think that the problem *could be*, *possibly*, *maybe* in "pcp/intl/libgnuintl.h" and/or "pcp/intl/libintl.h" ... though I'm not really much of a C programmer, so definitely don't count on me being right about even that little bit.

Anyway, just let me know if any of you guys know of, or can figure out, a fix for this. Thanks again!

-jab

P.S. I think this could be the last thing stopping it from compiling for me. ('Course one never knows, but I think.) Because this (i.e. "./pcp/") and "./courier/" are the only parts that fail at this point AFAICT. And "./courier/" is failing with an error about pcp of course. ;) So, I'm crossing my fingers that this is the last time I have to bug you guys for a while! The help is much appreciated. =)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to