From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 27 Jul 2006 08:27:26 -0700 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] postmountsrv reference? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: 8f423574-ead1-11e9-9d60-3106f5b1d025 > 9l serv.o > serv.o: In function `p9main':/media/hda6/home/ishwar/serv.c:90: undefined reference to `postmountsrv' > collect2: ld returned 1 exit status There is no postmountsrv on plan9port. That would require a shared memory fork. Instead you should use the thread library and threadpostmountsrv. Russ