Trunk Having trouble linking.

Hans W. Uhlig huhlig at gmail.com
Tue May 28 23:58:21 PDT 2013


On Wednesday, 29 May 2013 at 04:35:01 UTC, Kai Nacke wrote:
> On Wednesday, 29 May 2013 at 01:02:27 UTC, Hans W. Uhlig wrote:
>> I am not sure what I did wrong, but after some C++11 
>> corrections I finally got around to linking and boom. What 
>> library am I missing that it is attempting to reference?
>>
>> CMakeFiles/ldc2.dir/driver/main.cpp.o: In function `main':
>> /home/huhlig/Temp/d/ldc/driver/main.cpp:(.text+0x1faf): 
>> undefined reference to `Port::stricmp(char const*, char 
>> const*)'
>
> Hi Hans!
>
> Looks like your linking list misses dmd2/root/port.c
>
> Regards
> Kai

Odd. I checked this out from trunk today and cmake ../ldc && make


More information about the digitalmars-d-ldc mailing list