Path too deep???

Clare clare.tsai at msa.hinet.net
Tue May 18 03:58:24 CDT 2004


Hello groups,

    I would like to use Wine to run a Windows compiler "cc" to complie a c
file "test.c" on Linux, but I have the problem.

<try1>
    cd /a1/a2
    wine -- /usr/local/bin/cc -c /b1/b2/b3/b4/b5/b6/test.c -o test.o
    Catastrophic error: could not open source file \b1\b2\b3\b4\b5\b6\test.c

    I try this in another way like this:

<try2>
    cd /a1
    wine -- /usr/local/bin/cc -c /b1/b2/b3/b4/b5/b6/test.c -o test.o

    This works well.

    Could you give me some informations why <try1> has the error?
    Thank you.

Best Regards,
Clare






More information about the wine-devel mailing list