On windows you can use _fullpath https://msdn.microsoft.com/en-us/library/506720ff.aspx
C. -----Original Message----- From: Tinycc-devel [mailto:[email protected]] On Behalf Of Sergey Korshunoff Sent: samedi 21 mai 2016 11:19 To: avih; [email protected] Subject: Re: [Tinycc-devel] tcc compilation on MSYS2 > The mob branch does not have tests/exsymtab/* which your updated configure tries to use. my fault. please fix it (I can't now) > You didn't take my change at tests/Makefile, and without this change it won't work on windows (It needs -I$(TOP) because the configured config.h is there and there only). a patch was only for Linux part . A Windows part is planed. Why it works on inux? you changed the code to use 'realpath', but realpath is not available on all systems. _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
