> > > >---- Original Message ---- >From: [email protected] >To: [email protected] >Subject: Re: parallel programming on debian >Date: Fri, 30 Jan 2009 23:08:15 -0600 > >>On 01/30/2009 10:01 PM, zhang zhengquan wrote: >>> Dear all debian users: >>> >>> I am taking a course on parallel programming and I wonder if >anyone >>> has encountered the same library problem, >>> >>> the code example the instructor provides has >>> >>> #include <ulocks.h> >>> #include <task.h> >>> >>> and obviously the header files are not available in any packages >for >>> debian sid. >>> >>> Is there any way to get over this problem? >> >>Ask the teacher where to get the headers. >> >>-- >>Ron Johnson, Jr. >>Jefferson LA USA >> >>"I am not surprised, for we live long and are celebrated poopers." >> The brackets around the header files usually indicate to the compiler that the files are part of the 'standard' libraries. Normally for non-standard header files you remove the braces and place the header files in some known location (e.g. in the same directory as your source code). Larry >> >>-- >>To UNSUBSCRIBE, email to [email protected] >>with a subject of "unsubscribe". Trouble? Contact [email protected] >ebian.org >> >> >>
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

