Re: Partially linked .o objects

2001-11-03 Thread Alexandre Duret-Lutz
On Thu, Oct 04, 2001 at 06:50:27PM +0200, Pontus Lidman wrote: > Hello, > > I'm trying to use automake 1.4a in a project where we build some Linux > kernel modules. These modules are partially linked objects, i.e. .c is > compiled to .o and these objects are linked using ld -r to produce the > ke

Partially linked .o objects

2001-10-04 Thread Pontus Lidman
Hello, I'm trying to use automake 1.4a in a project where we build some Linux kernel modules. These modules are partially linked objects, i.e. .c is compiled to .o and these objects are linked using ld -r to produce the kernel module. However I can't seem to make it work. There seems to be no ex