![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| -sh: H: not found | deal732 | SUN Solaris | 1 | 05-29-2007 01:24 PM |
| how can i check in csh if command found or not found ? | umen | Shell Programming and Scripting | 2 | 03-03-2007 04:38 PM |
| no VGs found | b_manu78 | AIX | 3 | 10-11-2005 02:13 AM |
| cc and gcc not found | asif iqbal | UNIX for Dummies Questions & Answers | 3 | 02-26-2005 03:58 AM |
| ksh: cvs: not found ?? | rein | UNIX for Advanced & Expert Users | 2 | 01-05-2005 02:01 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am using SunOS. In compiling a project, gcc reported that <ext/pool_allocator.h> is not found. I think this file comes with the gcc extention library, but I could not find it (by "find / -name pool_allocator.h")
The gcc version is 2.95.3. I don't have the permission to install to /usr/local/include directory. I am not sure if the file is dependent on the libstdc++ version? Could I install a new version of gcc to my own directory (I only have around 100MB to allocate to gcc in that case...)? A solution to this situation is appreciated. --- Here are some stbstdc++ dynamic libs found in the system. /usr/sunfreeware.com/lib/libstdc++.a /usr/sunfreeware.com/lib/libstdc++.la /usr/sunfreeware.com/lib/libstdc++.so /usr/sunfreeware.com/lib/libstdc++.so.4 /usr/sunfreeware.com/lib/libstdc++.so.4.0.0 /opt/sfw/lib/libstdc++.a.2.10.0 /opt/sfw/lib/libstdc++.so.2.10.0 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Read the header documentation here:
http://gcc.gnu.org/onlinedocs/libstd...8h-source.html It is supported only in gcc 3.0 and up. Even if you had the header, the object would not link correctly. |
|||
| Google The UNIX and Linux Forums |