[500] in arla-drinkers
Re: compiling arla on Solaris5.6
daemon@ATHENA.MIT.EDU (Magnus Ahltorp)
Fri Jan 15 08:40:24 1999
From owner-arla-drinkers@stacken.kth.se Fri Jan 15 13:40:24 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 29277 invoked from network); 15 Jan 1999 13:40:22 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 15 Jan 1999 13:40:22 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id OAA10228
for arla-drinkers-list; Fri, 15 Jan 1999 14:33:21 +0100 (MET)
Received: from turbot.pdc.kth.se (turbot.pdc.kth.se [130.237.221.42])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id OAA10224
for <arla-drinkers@stacken.kth.se>; Fri, 15 Jan 1999 14:33:18 +0100 (MET)
Received: (from d95-mah@localhost)
by turbot.pdc.kth.se (8.8.7/8.8.7) id OAA18414;
Fri, 15 Jan 1999 14:33:01 +0100 (MET)
To: jj@it.kth.se
Cc: arla-drinkers@stacken.kth.se
Subject: Re: compiling arla on Solaris5.6
References: <199901151322.OAA20923@mail2.it.kth.se>
From: Magnus Ahltorp <map@stacken.kth.se>
Date: 15 Jan 1999 14:33:00 +0100
In-Reply-To: Janne Johansson's message of "Fri, 15 Jan 1999 14:22:47 +0100"
Message-ID: <ixdiue8veyb.fsf@turbot.pdc.kth.se>
Lines: 17
X-Mailer: Gnus v5.6.45/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
> I get this:
> ld -r -o ./xfs xfs_deb.o xfs_common.o xfs_dev.o xfs_message.o xfs_node.o xfs_syscalls.o xfs_vfsops.o xfs_vnodeops.o xfs_wrap.o
> ld: cannot open output file ./xfs: Is a directory
>
> ...which is true.
>
> arla-src-dir/xfs/solaris/xfs is the directory containing includes.
This is because we normally don't compile in the source directory, but
in a separate directory. The linked binary should probably be named
xfs.o or something like that. I don't know about what Solaris expects
from the module's filename.
Did you manage to load the module and get arla working?
/Magnus
map@stacken.kth.se