View Full Version : stdio.h stdlid.h string.h
imsmgs0
02-05-2002, 12:28 AM
Can anyone tell me where the header libs are located. I have installed the Development Tools (December) and the Darwin headers from their site but when compiling i still get
header files not found.
Any ideas?
mervTormel
02-05-2002, 12:53 AM
compiling what?
% locate stdio.h stdlib.h string.h | grep include
/usr/include/stdio.h
/usr/include/stdlib.h
...
/usr/include/string.h
imsmgs0
02-05-2002, 01:14 AM
Originally posted by mervTormel
compiling what?
% locate stdio.h stdlib.h string.h | grep include
/usr/include/stdio.h
/usr/include/stdlib.h
...
/usr/include/string.h
A hand full of programs developed over the years to make life easier.
First written and compiled under Mach Ten
then to Yellowdog Linux and now Mac OSX.
Thanks. I will try your code but I don't believe
that the headers are in /usr/include. I'm
checking.
mervTormel
02-05-2002, 01:28 AM
well, if the headers aren't in /usr/include then you have bigger issues to resolve. but, if they are there, then you need to educate your build scripts to look for them there.
let us know your progress.
imsmgs0
02-05-2002, 01:39 AM
No, there aren't in the /usr/include lib.
I expected either the DevTools install or
the Darwin header download to make them available for compile. I will have to check
both in the morning.
Any Ideas, please post.
Thanks.
imsmgs0
02-06-2002, 01:14 AM
Success! I trashed the Developer file and reinstalled Development Tools (December)
and Darwin headers and I now have a full
library of headers. I have no idea why the
original installs failed.
Thanks
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.