From: Kniffo v. S. <kn...@ya...> - 2003-03-19 18:48:28
|
Hello everyone, this is my first posting here :) I tried to build the examples on win32: The libs have been well. Everything can be found in "lib", but with the examples I have some problems... I am compiling and linking with the win32-gcc MingW32. If I try to compile and link them, just typing "make" in examples, it spits out these error messages: -snip- gcc -Wall -O -finline-functions -fno-builtin -nostdinc -D__GNU__ -I.. -c mbdemo.c ld -T ../mk/os.x -Bstatic -Ttext 0x320000 -oformat coff-go32 -s -nostartfiles -n ostdlib -L../lib/ ../lib/x0.o mbdemo.o --start-group -lhc -lhm -lhx -lkl -lcons --end-group -o mbdemo.xtn ld: target coff-go32 not found make: *** [mbdemo.xtn] Error 1 rm mbdemo.o -snip- Well, do you see the problem? I looked into the helpfiles to ld and looked up the usage of the win32 ld and there are no problems in creating and using custom build-scripts... so I dont know the problem.. Can you help me out ppl?? Thanx, Carsten __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com |