From owner-freebsd-hackers Sun Mar 19 06:07:34 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA07171 for hackers-outgoing; Sun, 19 Mar 1995 06:07:34 -0800 Received: from netcom15.netcom.com (hasty@netcom15.netcom.com [192.100.81.128]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA07165 for ; Sun, 19 Mar 1995 06:07:33 -0800 From: hasty@netcom.com Received: from localhost by netcom15.netcom.com (8.6.10/Netcom) id GAA13476; Sun, 19 Mar 1995 06:05:14 -0800 Message-Id: <199503191405.GAA13476@netcom15.netcom.com> To: Kim Culhan cc: hackers@FreeBSD.org Subject: Re: def'd vat_audio caused undef'd symbol In-reply-to: Your message of Sun, 19 Mar 95 08:35:15 -0500. Date: Sun, 19 Mar 95 06:05:08 -0800 Sender: hackers-owner@FreeBSD.org Precedence: bulk > > On Sat, 18 Mar 1995 hasty@netcom.com wrote: > > > > > > Trying to setup vat with a gus I defined: > > > > > vat_audio.o: Undefined symbol `_DMAbuf_start_input' referenced from text > > > segment > > > vat_audio.o: Undefined symbol `_DMAbuf_start_input' referenced from text > > > > Look in sys/i386/isa/sound/dmabuf.c, if DMAbuf_start_input is not there > > then you don't have support for vat and if DMAbuf_start_input is > > there just look around for #define which will allow the code to be > > included. > DMAbuf_start_input is present in dmabuf.c but I can't find a #define > anywhere for it. In dmabuf.c, take out static : ------ static int DMAbuf_start_input(int dev) { ------ Not sure what is going on.... Amancio