Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tools-pmc] [CQ 8773] MinGw - as "works with" exception to full IP review

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=8773





--- Comment #5 from Elemer Lelik <elemer.lelik@xxxxxxxxxxxx>  2014-10-07 07:05:07 ---

Hi Doug,

No, the multi-thread library is not used, the request is against the  whole
MinGW.  The official MinGW (http://www.mingw.org/) is used. 
MinGW is used to compile Titan into a Windows self-sufficient executable  with
limited functionality.
Some MinGW libraries are linked into this executable, as libxml2, openssl ,
regex. If you need the complete list of libraries I can dig into it.

I hope this answers your questions

BR Elemer
P.S.

I have checked a few Titan MinGW  binaries with : objdump -p *.exe | grep  dll
According to this 
compiler.exe  contains: 

KERNEL32.dll
mscvrt.dll
USER32.dll

While xsd2ttcn.exe contains:

KERNEL32.dll
mscvrt.dll


BR Elemer


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top