From owner-freebsd-questions Wed Jan 31 22:52:24 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29323 for questions-outgoing; Wed, 31 Jan 1996 22:52:24 -0800 (PST) Received: from tippy.vnet.net (tippy.vnet.net [166.82.197.240]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA29310 for ; Wed, 31 Jan 1996 22:52:15 -0800 (PST) Received: (from root@localhost) by tippy.vnet.net (8.6.12/8.6.9) id BAA04888; Thu, 1 Feb 1996 01:52:15 -0500 Date: Thu, 1 Feb 1996 01:52:15 -0500 (EST) From: Chris Madison To: questions@freebsd.org Subject: xdr_double Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk Hi, FBSD 2.1-stable. Ummm.....I really don't know how to explain this, b/c I'm new to rpc, but when I try and compile the server side of my app it fails b/c xdr_double is an undefined symbol. I looked in rpc/xdr.h and xdr_double is there, so I #included it in _xdr.c and that didn't help. In _xdr.c other filters like xdr_int and xdr_vector are there and are working. Is there something weird specifically with xdr_double, or does something extra need to be included? thanks chris