[Issue 13249] New: -J doesn't like symlinks
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Aug 3 13:28:34 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13249
Issue ID: 13249
Summary: -J doesn't like symlinks
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: DMD
Assignee: nobody at puremagic.com
Reporter: nilsbossung at googlemail.com
---
cat > test.d << code
pragma(msg, import("test.d"));
code
mkdir d
ln -s ../test.d d/test.d
dmd -o- -Jd test.d
---
test.d(1): Error: file "test.d" cannot be found or not in a path specified with
-J
test.d(1): while evaluating pragma(msg, import("test.d"))
---
--
More information about the Digitalmars-d-bugs
mailing list