[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] compiler complains about missing object file wich is inside a libr
From: |
Martin Kalbfuß |
Subject: |
[Gm2] compiler complains about missing object file wich is inside a library archive |
Date: |
Tue, 24 Nov 2009 02:40:39 +0100 |
Hi,
I try to compile a program with
gm2 -c -fiso -I../def -I../src test.mod
gm2 -o test test.mod -L../src -lsk -lSDL
It complains about the missing file SKVideo.o.
cannot find SKVideo.o or SKVideo.a
The definition module SKVideo.def is in ../def. The implementation
module is inside libsk.a. lisk.a is in ../src.
Either I forgot to set a required option, or it isn't possible to link
modules inside static libs.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gm2] compiler complains about missing object file wich is inside a library archive,
Martin Kalbfuß <=