Code moved to plugin, undefined symbol
Code moved to plugin, undefined symbol
- Subject: Code moved to plugin, undefined symbol
- From: Philip Dow <email@hidden>
- Date: Tue, 17 Jan 2006 19:46:57 +0100
I am building a plugin that includes a standard header file, #include
<libgen.h>. The code compiles fine, but at link I get an undefined
symbol error for _GetCurrentEvenTime. I am in fact using this function.
The code that includes this function has been moved from a previous
standalone project, a test to see if the plugin would at all be worth
pursuing. That project compiles, links and runs fine.
As far as I can tell, I have set up the environment for both projects
to be as identical as possible. Both use a precompiled prefix header
with a number of imports, both are built using the 10.4sdk, both are
universal binary, both use other linker flags "-bind_at_load -
weak_framework QTKit -weak_framework CoreAudioKit" and both are built
with a 10.3 deployment target.
Any ideas on what would cause this linker error? I'm stumped.
-Phil
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden