Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-25 Thread Ion Badulescu
In article <[EMAIL PROTECTED]> you wrote: > make oldconfig clean dep all install modules modules_install > Makefiles are puzzling, sometimes. make dep does something that's basically equivalent to changing the Makefiles. However, make doesn't re-read them, so all the targets after "dep" will be

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-25 Thread Ion Badulescu
In article [EMAIL PROTECTED] you wrote: make oldconfig clean dep all install modules modules_install Makefiles are puzzling, sometimes. make dep does something that's basically equivalent to changing the Makefiles. However, make doesn't re-read them, so all the targets after "dep" will be

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
James Simmons wrote: >> I had this option in my .config: >> >> CONFIG_FB_RIVA=m >> >> Changing that option to: >> >> # CONFIG_FB_RIVA is not set >> >> made the errors stop occuring. I am not sure >> why building the Riva support as a module would >> cause the errors to be

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread James Simmons
> I had this option in my .config: > > CONFIG_FB_RIVA=m > > Changing that option to: > > # CONFIG_FB_RIVA is not set > > made the errors stop occuring. I am not sure > why building the Riva support as a module would > cause the errors to be generated. Did this. No problem. The

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
> On Tue, 24 Oct 2000, Miles Lane wrote: > > >> James, I tried something even more drastic than running >> make mrproper. I blew away my old source tree, untarred >> a test9 tree, patched it to test10-pre5, copied my old .config >> file into it, ran make oldconfig menuconfig dep all install >>

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread Byron Stanoszek
On Tue, 24 Oct 2000, Miles Lane wrote: > James, I tried something even more drastic than running > make mrproper. I blew away my old source tree, untarred > a test9 tree, patched it to test10-pre5, copied my old .config > file into it, ran make oldconfig menuconfig dep all install > modules

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
James Simmons wrote: >> I am experimenting with compiling lots of stuff as modules. >> I hit what is either a user error, a configuration script >> bug or a symbol export bug. > > > I just tried your setup and it worked for me. Try a > make mrproper and then a make dep etc. I still get

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread James Simmons
> I am experimenting with compiling lots of stuff as modules. > I hit what is either a user error, a configuration script > bug or a symbol export bug. I just tried your setup and it worked for me. Try a make mrproper and then a make dep etc. - To unsubscribe from this list: send the line

test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
I am experimenting with compiling lots of stuff as modules. I hit what is either a user error, a configuration script bug or a symbol export bug. ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \

test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
I am experimenting with compiling lots of stuff as modules. I hit what is either a user error, a configuration script bug or a symbol export bug. ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread James Simmons
I am experimenting with compiling lots of stuff as modules. I hit what is either a user error, a configuration script bug or a symbol export bug. I just tried your setup and it worked for me. Try a make mrproper and then a make dep etc. - To unsubscribe from this list: send the line

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
James Simmons wrote: I am experimenting with compiling lots of stuff as modules. I hit what is either a user error, a configuration script bug or a symbol export bug. I just tried your setup and it worked for me. Try a make mrproper and then a make dep etc. I still get this compile

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread Byron Stanoszek
On Tue, 24 Oct 2000, Miles Lane wrote: James, I tried something even more drastic than running make mrproper. I blew away my old source tree, untarred a test9 tree, patched it to test10-pre5, copied my old .config file into it, ran make oldconfig menuconfig dep all install modules

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
On Tue, 24 Oct 2000, Miles Lane wrote: James, I tried something even more drastic than running make mrproper. I blew away my old source tree, untarred a test9 tree, patched it to test10-pre5, copied my old .config file into it, ran make oldconfig menuconfig dep all install modules

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread James Simmons
I had this option in my .config: CONFIG_FB_RIVA=m Changing that option to: # CONFIG_FB_RIVA is not set made the errors stop occuring. I am not sure why building the Riva support as a module would cause the errors to be generated. Did this. No problem. The only

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
James Simmons wrote: I had this option in my .config: CONFIG_FB_RIVA=m Changing that option to: # CONFIG_FB_RIVA is not set made the errors stop occuring. I am not sure why building the Riva support as a module would cause the errors to be generated. Did this. No