-*- Put in your shell profile or .bashrc or in any other suitable place:

	export PATH_SEPARATOR=";"

-*- Go to binutils directory and type:

	sh ./configure --prefix=/emx --enable-shared

-*- For a quick way, you can just run now make. But this way you won't get
    the shared libraries built (bfd.dll. opcodes.dll, iberty.dll).

    To build these libraries you will need to run an additional batch file
    that will override some Makefile variables (it is not possible to include
    these changes in patches since it will break other ports).
    Run makbut.sh (:-) in directories under bfd-* in the following order:

	libiberty (a relative old version, pgcc supplies a newer libiberty)
	bfd
	opcodes
	gas
	gprof
	ld (not yet finished)

-*- If you want to extract all useful DLLs, libs, includes and executables
    (they will be installed under /emx/bin.new, /emx/lib.new, /emx/dll.new
    and /emx/include.new on current drive) you can run the "insbut.sh" script
    file in the "binutils-*" directory.
