dmgolubovsky / yhc

Automatically exported from code.google.com/p/yhc
0 stars 0 forks source link

when compiling a symbolically linked file, YHC puts the build output in the wrong place #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a symbolic link to a source file in another directory
2. compile the source file with YHC
3. try to find the object file

What is the expected output? What do you see instead?
the object file should be placed in the current directory

What version of the product are you using? On what operating system?
from darcs, today

Please provide any additional information below.

Original issue reported on code.google.com by simon...@gmail.com on 22 Feb 2007 at 1:20

GoogleCodeExporter commented 9 years ago
I would have thought it would work by default, since it should put the files in 
the
current directory. Perhaps we call canonicalizePath at some point, which 
follows the
symlink?

Original comment by ndmitch...@gmail.com on 9 Mar 2007 at 6:26