Linking to C library [gdc/mac]

Graham MacDonald grahamamacdonalad at gmail.com
Sat Jan 13 07:56:29 PST 2007


I got glfw to link with my app, but I am having different problems with 
freetype.  I'm trying to statically link the latest version of freetype 
to my app.  I have some bindings I took from the derelict freetype 
binding, but have removed the dynamic linking/derelict library code.

The problem I'm having is that when I finally link my obj files, 
libraries & frameworks, I get an undefined symbol:
   __D8freetype2ft12__ModuleInfoZ

Can someone explain what I'm missing here?  I've linked with:
   gdc obj/*.o -g -o game -lglfw -lfreetype -framework Carbon -framework 
OpenGL -framework AGL

Seems ok to me, but I'm sure I've missed something.

Thanks in advance

Graham


More information about the D.gnu mailing list