|
From: Ted Stresen-R. <ted...@ma...> - 2003-05-19 04:19:27
|
Being fortunate enough to know someone who actually works at Apple, I asked if he, or someone he knew, could take a look at this particular problem. He was too busy (not surprising) but he did point me to these two mailing lists. If someone has the time, perhaps he/she can summarize the problems we're having and post to one of these lists requesting help. 1) http://lists.apple.com/mailman/listinfo/darwin-development 2) http://lists.apple.com/mailman/listinfo/unix-porting (This list would be my second choice) To quote my connection: "I strongly urge you the developer who is actually having the build problem to send the appropriate details to this list. Frankly, that kind of problem sounds very familiar, perhaps they should search the archives. It definitely sounds like an environmental issue (and or build settings issue)." He also suggested contacting the people on the Fink project, that they might have some hints/tips. Ted Stresen-Reuter On Sunday, May 18, 2003, at 02:14 PM, Jim Cole wrote: > On Saturday, May 17, 2003, at 11:15 PM, Lachlan Andrew wrote: > >> I have managed to run make check on OS X, after a bit of manual >> configure/making. In case it helps: >> (a) libhtword.a must be linked *after* libhtdb.a and/or libht.a >> so when make failed with WordType::instance undefined, I >> re-ran the g++ command it had just issued, putting the full path >> to libhtword.a at the end. > > Seems to work for me also. Looks like libhtword.a needs to be linked > after libht.a. I tried placing libhtdb.a before and after and it > didn't make any difference. > > Jim > > > > ------------------------------------------------------- > This SF.net email is sponsored by: If flattening out C++ or Java > code to make your application fit in a relational database is painful, > don't do it! Check out ObjectStore. Now part of Progress Software. > http://www.objectstore.net/sourceforge > _______________________________________________ > htdig-dev mailing list > htd...@li... > https://lists.sourceforge.net/lists/listinfo/htdig-dev > |