Re: Wackamole install on FreeBSD 4.7

Ryan Caudy <[email protected]> Wed, 18 Jun 2003 18:49:51 -0400
Newsgroups gmane.comp.apache.mod-wackamole.general
Message-ID <[email protected]>
Sounds like the issue is that it can find libtspread, but not libspread. 
  If you make sure that libspread.a or libspread.so can be found in the 
linking path (i.e. what you specify with -L in ldflags), it should work.

--Ryan

Nathen Hinson wrote:
> To Whom It May Concern
> 
>     I am having some difficulty compiling wackamole for FreeBSD 4.7. If 
> I follow the install instructions in the README ( i.e. ./configure 
> --with-cppflags=-I/usr/local/include --with-ldflags=-L/usr/local/lib ) 
> everything works just fine, however I get a warning about thread support 
> in FreeBSD, and just for grins I would like to compile without threads, 
> using the recommended --with-threads=no option. When I add this option 
> to the above configure script, configure complains that Spread is not 
> installed, which of course it is and works without the added line in the 
> configure call. Any advice would be greatly appreciated.
> 
> Thanks in advance for any help
> 
> Sincerely
> 
> Nathen Hinson
> Systems Analyst
> On - Site Support
> User Services
> Information Technology Services
> University of Texas at Austin
> 
> 
> _______________________________________________
> wackamole-users mailing list
> [email protected]
> http://lists.backhand.org/mailman/listinfo/wackamole-users
>