From: sos@prospect.com.ru (Sergey Okhapkin)
Subject: RE: More //F/ style woes
30 May 1997 13:13:23 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <01BC6CEF.4D85D010.cygnus.gnu-win32@gater.krystalbank.msk.ru>
Original-To: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>,
        "'JP Shipherd'"
	 <jp@nuancecom.com>
Encoding: 21 TEXT
Original-Sender: owner-gnu-win32@cygnus.com

JP Shipherd wrote:
> Currently gcc does not allow switches like:
> -I//f/include/path
> 
> It has been argued here that gcc can understand dos style paths like:
> -If:/include/path
> 
> So does anyone have a solution on how to address drive/path combinations in
> such a way that will work with both gcc and gnumake.  Currently I'm parsing
> the .Dependencies file and replacing instances of F: with //F, but frankly
> it seems like we need to find a method of naming drive/paths that work for
> all the tools.

mount f:/ /f
gcc -I/f/include/path ....

-- 
Sergey Okhapkin
Moscow, Russia
Looking for a job.


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
