HibernateD and DDBC - ORM and DB abstraction layer for D
Vadim Lopatin
coolreader.org at gmail.com
Fri Apr 12 06:52:02 PDT 2013
On Friday, 12 April 2013 at 13:22:41 UTC, David wrote:
>> [7F6FC283306F:00000000 INF] Linking...
>> [7F6FC283306F:00000000 dbg] dmd
>> -of/tmp/dub/2946988246/libddbc.a temp.o
>>
>> Why does it try to link app executable instead of just link
>> library?
>
> Try to move targetType one level higher?
Tried. Doesn't help. Changing of targetType to "library" instead
of "staticLibrary" doesn't help, too.
Link command is always the same:
dmd -of/tmp/dub/2946988246/libddbc.a temp.o
More information about the Digitalmars-d-announce
mailing list