[TF] Re: MacOSX Linking Problem
Brought to you by:
kenkeys
|
From: decredi at bellatlantic.n. (A. DeCredico) - 2003-05-27 15:28:49
|
I had the same problem on OSX 10.1.5. Cd to the tf-5a10 dir, and run 'ranlib src/pcre-2.08/libpcre.a' and try to make again, it should go smoothly. On Tuesday, May 27, 2003, at 03:06 AM, Kevin Ballard wrote: > Ack! It doesn't compile on MacOS X! > > First problem: socket.c includes resolv.h, which uses a constant > MAXDNAME which is defined in nameser.h, but that's not included > anywhere, so compile failed when MAXDNAME was used without being > defined. I fixed it by including. #include nameser.h at line 90 in > socket.c. But then another problem popped up. ld couldn't link the PCRE > library because of a missing table of contents, or something like that. > And there was a warning in the PCRE stuff about something exceeding the > radix. > > Any solutions? I'd love to try TFv5, but I can't! > > On Tuesday, May 27, 2003, at 12:11 AM, Ken Keys wrote: > >> TF 5.0 alpha 10 is now available at http://tf.tcp.com/~hawkeye/tf/. >> >> Be sure to read the CHANGES file, section "5.0 alpha 9" as well as >> "5.0 alpha 10". There are a lot of changes, and some may be quite >> confusing if you're not expecting them. Some of the /help >> documentation >> is incomplete; if it disagrees with CHANGES, then CHANGES is correct. >> Beware, this is an alpha release, and it DOES have at least some bugs >> in it. If you want to see what the new tf can do, go for it, but if >> you need something that just works, you should wait. > > -- Kevin Ballard > ke...@sb... > http://www.tildesoft.com > > _______________________________________________ > TinyFugue mailing list > Tin...@tc... > http://www.tcp.com/mailman/listinfo/tinyfugue > |