Import "2ddrawing.a" <= getting Linker Error
Posted: Thu Jul 12, 2007 3:28 pm
I get some problems by trying to import the PB-Library "2ddrawing" which should ba available on any System:
While trying this, I get the following Linker-Error:
Is this a bug in the "Import" command or does PB-Linux not create the temporary "2ddrawing.a" as it does with the "2ddrawing.lib" under Windows?
Code: Select all
Import "2ddrawing.a"
PB_2DDrawing_GlobalStructure.PB_2DDrawingInfo ; non-threaded
PB_2DDrawing_Globals ; threadedsafe mode
PB_Object_GetThreadMemory(*Globals)
EndImportBecause this just tries to import a standard PureBasic-Library, it should be found on any system where PB is installed - shouldn't it?PureBasic - Error wrote:gcc: 2ddrawing.a: No such file or directory
Error: Linker
Is this a bug in the "Import" command or does PB-Linux not create the temporary "2ddrawing.a" as it does with the "2ddrawing.lib" under Windows?