Any options with just one dash afaik (ala -L) will pass through to dmd.<br><br><div class="gmail_quote">On Wed, Nov 3, 2010 at 2:07 AM, scrappylildude <span dir="ltr"><<a href="mailto:sdl@yahoo.com">sdl@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">That's great--thanks Nick, Andrei.<br>
<br>
I tried it and it looks like I haven't configured something right.   I'm building a sample<br>
project with my program, my utility class library and libraw.  I've added the path to<br>
libraw_c_headers.d to dmd.conf, now that I don't have a -I switch any more (using<br>
rdmd).<br>
<br>
When I use rdmd, something like my original error seems to have returned:  :(<br>
<br>
rdmd --build-only helloworld.d<br>
<br>
Undefined symbols:  "_D4hecl4base8HECLBase11__InterfaceZ", referenced from:<br>
_D4hecl4base12__ModuleInfoZ in helloworld.d.old: symbol(s) not foundcollect2: ld<br>
<div class="im">returned 1 exit status<br>
--- errorlevel 1<br>
<br>
</div>My project is organized as follows:<br>
root/<br>
    stuff_i_made/<br>
        my project/<br>
            helloworld.d<br>
        my class library/<br>
            hecl*.d<br>
    stuff_I_didnt_make/<br>
        libraw/<br>
            lib/<br>
                libraw_r.a<br>
            src/<br>
                libraw_c_headers.d<br>
<br>
Using --dry-run seems to show everything except the libraw_r.a.  Since I don't have a<br>
-L switch with rdmd, I assume this is the problem?<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div><br>