tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Running 'make test' on windows?


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] Running 'make test' on windows?
Date: Wed, 22 Jan 2014 00:36:26 +0800
User-agent: KMail/4.11.3 (Linux/2.6.38-ac2-ac100; KDE/4.11.5; armv7l; ; )

Le lundi 20 janvier 2014, 16:44:13 Austin English a écrit :
> Howdy,
> 
> I can't seem to find how to run the test suite on a windows mingw build.
> Running 'make' works fine, but 'make test' fails every time:
> make -C tests test
> make[1]: Entering directory `/c/tcc-0.9.26/tests'
> ------------ hello-exe ------------
> ../tcc -B../win32 -I../include -L.. ../examples/ex1.c -o hello.exe ||
> (../tcc -vv; exit 1) && ./hello.exe
> Hello World
> ------------ hello-run ------------
> ../tcc -B../win32 -I../include -L.. -run ../examples/ex1.c
> Hello World
> ------------ libtest ------------
> ./libtcc_test.exe lib_path=..
> tcc: error: cannot find library: libtcc1.a
> tcc: error: undefined symbol 'printf'
> make[1]: *** [libtest] Error 1
> make[1]: Leaving directory `/c/tcc-0.9.26/tests'
> make: *** [test] Error 2
> 
> I already searched the archive for 'windows tests', and checked win32/, but
> haven't seen the answer.

I think grischka may have fixed the issue. if not, can you remove 
libtcc_test.exe and then run make test and post me the output?

Best regards,

Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]