#298 closed defect (worksforme)
path for cc1 and cc1plus is missing
Reported by: | KO Myung-Hun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.6 |
Component: | gcc | Version: | 0.6.5 |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi/2.
When setting gcc env up with gccenv.cmd, path for cc1 and cc1plus is missing.
If you set path for emx, you could not relize this. Because gcc335 called cc1 of emx not its companion cc1.
Attachments (1)
Change History (3)
by , 10 years ago
Attachment: | cc1path.diff added |
---|
comment:1 by , 10 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Don't know what you're doing, but I don't see this problem here. Not even if I add %EMX%\bin to the start of the PATH and chdir into it. (gcc is supposed to find it's cc1 and cc1plus tools by taking the gcc.exe (or which ever driver you use) directory as the starting point.)
Closing.
comment:2 by , 10 years ago
It did not always occur. It occurred when I built some programs although I could not remember what they were.
I'll reopen this if I remember them.
Patch for adding cc1 and cc1plus path