Colon-separated path on Windows

Eli Zaretskii eliz@gnu.org
Wed Jul 30 17:53:00 GMT 2008


> Date: Wed, 30 Jul 2008 11:39:29 -0400
> From: "Marc Khouzam" <marc.khouzam@ericsson.com>
> 
> when dealing with colon-separated paths for such things as set solib-search-path,
> how should I format the path on Windows when there are already colons after the drive?
> 
> e.g., set solib-search-path c:\my path:c:\your path

Like this:

  set solib-search-path c:\my path;c:\your path

That is, use semi-colon instead of a Unix colon.

> Also, I believe I should not quote the path, right?

Right.



More information about the Gdb mailing list