On Sat, Sep 10, 2005 at 09:52:18AM -0700, Shakthi Kannan wrote:
> --- Shakthi Kannan <[EMAIL PROTECTED]> wrote:
> > I am trying to compile GNU Mach 1.3
> > i386/i386at/lpr.c
> >
> > Can anyone tell me what I should to get lpr.c
> > compiled? Only the files in the sources toplevel
> > directory and
2006-01-28 Thomas Schwinge <[EMAIL PROTECTED]>
* Makefile.in: Various cleanups. Do not include $(sysdep)/Makefrag
anymore. Move shared and system dependent stuff out of this file.
Include Makerules.
This says nothing about what actually changed. `Did stuff
On Sat, Sep 10, 2005 at 11:01:22PM +0200, I wrote:
> [...]
> The problem is basically that the whole build is driven by the
> "all-architectures" Makefile, which doen't know about the architecture
> specific configure options, which `--enable-lpr' is (the only one,
> though).
>
> Fixing that issu
Hi,
--- Thomas Schwinge
<[EMAIL PROTECTED]>
wrote:
> Can
> you, Shakthi, verify that it works using a hack to
> make it build, like
> the one you posted?
It builds. I see a lpr.o. Using a "objdump -d kernel"
also shows the lpr functions.
> I've also seen reports that GNU Mach's lpr isn't
> func
On Thu, Sep 08, 2005 at 12:24:37PM -0700, Shakthi Kannan wrote:
> I am trying to compile GNU Mach 1.3 i386/i386at/lpr.c
> driver.
> The kernel image is created, but, objdump on the
> kernel image does not have any lpr functions in it.
> Even lpr.o is not created.
That is a bug in GNU Mach's buil
Hi,
--- Shakthi Kannan <[EMAIL PROTECTED]> wrote:
> I am trying to compile GNU Mach 1.3
> i386/i386at/lpr.c
>
> Can anyone tell me what I should to get lpr.c
> compiled? Only the files in the sources toplevel
> directory and i386/linux get compiled.
Eureka!
I just had to add "lpr.c" to i386at-f
Greetings!
I am trying to compile GNU Mach 1.3 i386/i386at/lpr.c
driver. Host system is Debian GNU/Linux with MIG
installed.
1. I did the following in the sources directory:
mkdir build
cd build
../configure
make
This creates the kernel image.
2. When I try to enable the lpr.c GNU Mach