Re: [Plib-devel] Making a PLIB release.
Brought to you by:
sjbaker
From: Martin S. <Mar...@un...> - 2005-01-12 20:51:41
|
Bram Stolk wrote: > If you have time: try a build with mipspro on irix. > For me, this doesnt work (many errors of all sorts, mainly > in net code). Try this one after running 'configure': #!/bin/bash for i in `find . -type f -name Makefile`; do echo -e ",s/-Dsocklen_t=int//g\nwq" | ed $i done Works fine with MIPSpro-7.4.1, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- |