Error compiling

Samuel Rydh mol-general@lists.maconlinux.org
Thu, 1 Apr 2004 22:13:06 +0200


On Thu, Apr 01, 2004 at 08:55:04PM +0100, Natalia Portillo wrote:
> Thanks
> 
> Why is this error :?
> 

The assembler in OSX and linux are quite different. In particular,
the OSX assembler only has ten relative labels. Commenting
out everything except ip_fast_csum (which is the only function used
by mol) solves the problem.

/Samuel