<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi everybody,
    <br>
    <br>
    i'm quite new to aspectc++ 1.0 and unfortunatley I do have problems
    getting it compiling the examples under cygwin.<br>
    <br>
    My Sstup:<br>
    <br>
    - cygwin v1.7.9 (well the symlinks for g++ etc are working as you
    can see below) with gcc v4.3.4 <br>
    - windows 7 machine <br>
    - i  use the provided win32 binaries of aspectc++<br>
    - i run cygwin shell with administrator priviledges<br>
    <br>
    Running the makefile using make gives the same errors as below, i
    just extracted the single cmd lines so its easier to see something
    is really wrong.
    <br>
    In general i wonder if the problem is more related to cygwin or the
    the aspectc++ ag++ wrapper?!<br>
    <br>
    <br>
    <b>1)</b> What is messed up with the temporary directories? Why are
    they in windows path style? Is there anyway to configure this
    manually to a cygwin path style directory?
    <br>
    <b>2)</b> I'm running other make-file based projects under the same
    cygwin installation, they use g++ and run without problems.<br>
    <b>3)</b> I looked out in the documentation but couldn't found the
    following: if i don't want to use the wrapper but perform every step
    manually in the shell, what is the right order?<br>
    <br>
    So if any of you can provide me some neat hint, thank you very much
    in advance <span class="moz-smiley-s1" title=":-)"></span><br>
    <br>
    <br>
    <tt>kuznik@box1 ~/aspectc++/examples/helloworld
      <br>
      $ ag++ -x c++ -c main.cc -o main.o
      <br>
      error: Execution failed: ""g++"  -x "c++"  -E -dM -v -x c++
      "C:\Users\Christoph\agx9593.tmp"
      2>C:\Users\Christoph\agx9595.tmp
      1>C:\Users\Christoph\agx9594.tmp"
      <br>
      Zugriff verweigert
      <br>
      <br>
      kuznik@box1 ~/aspectc++/examples/helloworld
      <br>
      $ g++ -x c++ -c main.cc -o main.o
      <br>
      <br>
      kuznik@box1 ~/aspectc++/examples/helloworld
      <br>
      $ ls
      <br>
      Junk/  Makefile*  hello.h*  main.cc*  main.o  world.ah*</tt>
  </body>
</html>