Linux

Monday, February 12, 2007

windows xp blues: Firefox js3250.dll problem

Suddenly my firefox failed to start stating that js3250.dll is not found. I reinstalled firefox and it started working .When i clicked an icon in the desktop got the error "Can't load library from memory". Firefox crashed abruptly. Without having any clue of what is happening i googled for an hour and found this working solution!This is the only solution that worked

Go to C:\Windows\System32\ipv6monl.dll and delete it. Reinstall Firefox and it will work fine

This is the only solution that worked.Thanks to the link given below

http://anothermonkey.blogspot.com/2007/01/computers-bloody-computers-firefox-and.html

Thursday, February 01, 2007

alternate makefile name

The way to specify the name of the makefile is with the `-f' or `--file' option (`--makefile' also works). For example, `-f altmake' says to use the file `altmake' as the makefile.

If you use the `-f' flag several times and follow each `-f' with an argument, all the specified files are used jointly as makefiles.

If you do not use the `-f' or `--file' flag, the default is to try `GNUmakefile', `makefile', and `Makefile', in that order, and use the first of these three which exists or can be made

Labels: