Trunk Having trouble linking.

Kai Nacke kai at redstar.de
Tue May 28 21:35:00 PDT 2013


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


More information about the digitalmars-d-ldc mailing list