[tlbuild] TeX Live builds -- second summary

Ken Brown kbrow1i at gmail.com
Wed May 6 15:09:47 CEST 2009


On 5/6/2009 8:52 AM, Peter Breitenlohner wrote:
> Just to be sure you could, however, do one thing right now, namely try if
>     g++-4 -c test.cc
>     g++-4 -o test.exe test.obj -static -static-libgcc -lstdc++
> also works.

Hi Peter,

Yes, it works, provided I replace test.obj by test.o:

$ g++-4 -c test.cc
$ g++-4 -o test.exe test.o -static -static-libgcc -lstdc++
$ ./test.exe
worksok
$ cygcheck ./test.exe
D:\cygwin-1.7\home\kbrown\test.exe
   D:\cygwin-1.7\bin\cygwin1.dll
     C:\WINDOWS\system32\ADVAPI32.DLL
       C:\WINDOWS\system32\KERNEL32.dll
         C:\WINDOWS\system32\ntdll.dll
       C:\WINDOWS\system32\RPCRT4.dll
         C:\WINDOWS\system32\Secur32.dll

Regards,

Ken


More information about the tlbuild mailing list