[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems linking GormCore on Windows
From: |
Emanuele Vulcano |
Subject: |
Re: Problems linking GormCore on Windows |
Date: |
Sat, 25 Jun 2005 15:57:15 +0200 |
2005/6/25, Gregory John Casamento <greg_casamento@yahoo.com>:
> Make certain you have libobjc properly installed and accessible to the build.
Well, I've done a clean install using the Windows installer (copied
the binaries to save time) and ld does not complain (anymore after
adding -lobjc to LDFLAGS) for libobjc symbols -- in fact other, simple
applications (such as Calculator.app) do work.
The problem is with symbols internal to Gorm.dll, which the linker
doesn't seem to find (although all the paths are OK and the linker
does find Gorm.dll).
- ev