Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Arch help

You need to provide more information. Did you create a C++ project? How are you building it? Are you using your own makefile or is it a managed project?

If you're using your own makefile then you need to adjust the build to work correctly.

If you're using a managed project, then there are project properties that determine the location of system include files. I'd suggest checking these.

Greg



On Sep 18, 2013, at 1:17 PM, Wissam Khalil <wissamy.khalil@xxxxxxxxx> wrote:

guys i took this source code from a tutorial on openMP
it's not building it says:
undefined reference to std::cout

Regards
Wissam Khalil

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top