mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() Currently, I get the following error: g++ -gdwarf-2 -pthread -o ../bin/MultiThreadRunControl.exe MultiThreadRunControl.cc c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -lpthread I could install the pthreads package for mingw, and it would probably work, but we don't use pthreads on windows, so it's better to just not link with it. Change-Id: I5deb58c5b69a98b77e9e9a4a744c6815c830cf20 Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca> Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/37611 |
||
---|---|---|
.. | ||
org.eclipse.cdt.dsf.gdb | ||
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui | ||
org.eclipse.cdt.dsf.gdb.tests | ||
org.eclipse.cdt.dsf.gdb.ui | ||
org.eclipse.cdt.gnu.dsf-feature | ||
org.eclipse.cdt.gnu.dsf.source-feature | ||
org.eclipse.cdt.gnu.multicorevisualizer-feature | ||
org.eclipse.cdt.tests.dsf.gdb |