amd

2007-07-15 Thread Michael B Allen
Hello, I'm a C developer. I normally use Linux but I'm trying FreeBSD with limited success. First thing I need to do mount an NFS volume. I was able to mount it manually. Fine. Then I added an entry to amd.map, did 'amd /mnt /etc/amd.map' and tried to access the directory in /mnt and it worked.

Re: amd

2007-07-15 Thread Michael B Allen
On 7/15/07, Roland Smith [EMAIL PROTECTED] wrote: On Sun, Jul 15, 2007 at 05:25:46PM -0400, Michael B Allen wrote: Hello, I'm a C developer. I normally use Linux but I'm trying FreeBSD with limited success. First thing I need to do mount an NFS volume. I was able to mount it manually

Developer Questions (glibc i386 style backtraces)

2007-07-15 Thread Michael B Allen
Hello Again, Is there a good list to ask developer questions about porting code to FreeBSD? I have a good chunk of code to port and no doubt I will have numerous questions about FreeBSD specific features like semaphores, posix compliance, shared memory and so on. Actually my current issue is

Where's Libtool?

2007-07-17 Thread Michael B Allen
I had no problem finding autoconf and automake but where's libtool? How does one usually install libtool on FreeBSD? Thanks, Mike ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Where's Libtool?

2007-07-17 Thread Michael B Allen
On 7/17/07, Yuri Pankov [EMAIL PROTECTED] wrote: Just one note though: devel/auto* tools are mainly for ports infrastructure usage, for your own use check devel/gnu-auto* ports. Sorry if this is obvious. Ok. This is a problem. I'm trying to build something that is not in ports and it needs

Re: Where's Libtool?

2007-07-17 Thread Michael B Allen
On 7/17/07, Yuri Pankov [EMAIL PROTECTED] wrote: On Tue, Jul 17, 2007 at 02:46:06PM -0400, Michael B Allen wrote: On 7/17/07, Yuri Pankov [EMAIL PROTECTED] wrote: Just one note though: devel/auto* tools are mainly for ports infrastructure usage, for your own use check devel/gnu-auto* ports

Re: Where's Libtool?

2007-07-17 Thread Michael B Allen
On 7/17/07, Yuri Pankov [EMAIL PROTECTED] wrote: On Tue, Jul 17, 2007 at 03:12:14PM -0400, Michael B Allen wrote: On 7/17/07, Yuri Pankov [EMAIL PROTECTED] wrote: On Tue, Jul 17, 2007 at 02:46:06PM -0400, Michael B Allen wrote: On 7/17/07, Yuri Pankov [EMAIL PROTECTED] wrote: Just one note