Sponsored Content
Top Forums Programming New to C/gcc compiler - compile error. Post 302151129 by porter on Thursday 13th of December 2007 04:08:47 PM
Old 12-13-2007
Why is it in /usr/bin/gcc?

Code:
$ gcc -print-search-dirs
install: /opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/
programs: =/opt/TWWfsw/gcc343/libexec/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/:/opt/TWWfsw/gcc343/libexec/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/:/opt/TWWfsw/gcc343/libexec/gcc/powerpc-ibm-aix5.1.0.0/:/opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/:/opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/:/usr/libexec/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/:/usr/libexec/gcc/powerpc-ibm-aix5.1.0.0/:/usr/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/:/usr/lib/gcc/powerpc-ibm-aix5.1.0.0/:/opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/../../../../powerpc-ibm-aix5.1.0.0/bin/powerpc-ibm-aix5.1.0.0/3.4.3/:/opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/../../../../powerpc-ibm-aix5.1.0.0/bin/
libraries: =/opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/:/usr/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/:/opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/../../../../powerpc-ibm-aix5.1.0.0/lib/powerpc-ibm-aix5.1.0.0/3.4.3/:/opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/../../../../powerpc-ibm-aix5.1.0.0/lib/:/opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/../../../powerpc-ibm-aix5.1.0.0/3.4.3/:/opt/TWWfsw/gcc343/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/../../../:/lib/powerpc-ibm-aix5.1.0.0/3.4.3/:/lib/:/usr/lib/powerpc-ibm-aix5.1.0.0/3.4.3/:/usr/lib/

 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

can't even compile my compiler!!!

I have two systems, both running solaris 2.5.1. the first is a test server and the other is the production box. On the test server I just compiled and installed php4, apache 1.3.17, and MySQL 3.23.32. when I tried to do it on the production box, nothing will compile and I get the following error... (4 Replies)
Discussion started by: hotani
4 Replies

2. Programming

How to compile using gcc...

I need to know how to make a binary with gcc. I know how to create an obj file, but I'm not quite sure what to do about the linking part. I've gotten this far "gcc -c somefile.c somefile.o" then I'm left with an object file, but I don't see any linking command line options. Does anyone know how... (4 Replies)
Discussion started by: lilprogrammer
4 Replies

3. Programming

Error in compile C by gcc

Hi all, I compile my c program and get following result hrnpfc01.c:1387: stray '\' in program hrnpfc01.c:1387: parse error before `,' hrnpfc01.c:1388: stray '\' in program hrnpfc01.c:1388: parse error before `,' hrnpfc01.c:1396: stray '\' in program hrnpfc01.c:1396: parse error before... (4 Replies)
Discussion started by: zico
4 Replies

4. AIX

RS/6000 gcc compile large file error

hi, everybody£º i have a question, pls help me¡£ OS : RS/6000 AIX 4.3.3 cPU : Powerpc,POWER3 compiler : gcc 3.2.3 source file £º 8M OS kernel : 32 bit (selecting at installing operating system, the hardware support 64 bit) when i compiling the large source file (8 M), i... (3 Replies)
Discussion started by: q30
3 Replies

5. HP-UX

gcc error..compiler cannot create executables

Hi I have locally compiled and installed gcc-4.1.2 in directory /usr/local/pkg/gcc/4.1.2/bin/gcc I want to compile beecrypt using this new compiler , So i have done setenv CC usr/local/pkg/gcc/4.1.2/bin/gcc ( Note this configuration is running properly with older version of... (1 Reply)
Discussion started by: vasanthan
1 Replies

6. Ubuntu

./configure command Error while trying to install GCC compiler on unix machine

Hi, I need to install the GCC compiler on a my Linus machine. First step is to run the ./configure command and here we need to specify ./configure --target="target machine name (CPU type-Manufacturer-OS) or other way would be just give the command ./configure and it guesses the target name... (11 Replies)
Discussion started by: viji19812001
11 Replies

7. UNIX for Dummies Questions & Answers

GCC compiler Ld fatal error

Hi all I'm trying to install sudo. When I first ran the sudo configure script it errored saying that I didn't have a C compiler. I have since installed the GCC 3.4.6 package for sol8 from sun freeware. Doing that resolved the no C complier found error. I was then getting an error saying... (1 Reply)
Discussion started by: Donkey25
1 Replies

8. UNIX for Dummies Questions & Answers

Compiling gcc to compile make to compile yaboot

I have just installed OpenBSD on a 333MHz PPC iMac G3. It has a 6GB HDD that has been partitioned as 1GB MacOS 8.5.1, 3GB MacOS X 10.3.9, 2GB OpenBSD 4.8. I now need to install a bootloader so that my computer can recognize the OpenBSD partition at startup. I have been trying to install... (0 Replies)
Discussion started by: t04st3r
0 Replies

9. UNIX for Advanced & Expert Users

Gcc g++ on cygwin - configure: error: *** A compiler with support for C++11 language features is req

Hi, Apologies if I posted it in a wrong section as it is related to gcc on cygwin. Please move it to appropriate section. I'm trying to compile and build libsigc++-2.10.2 on cygwin with gcc 8.3.0. when I run ./configure, I get this: I couldn't fully understand what does... (13 Replies)
Discussion started by: prvnrk
13 Replies
stl_mi(4)						     Kernel Interfaces Manual							 stl_mi(4)

NAME
stl_mi - Software distribution master inventory files DESCRIPTION
Each software product that is distributed as subsets for the setld(8) command has an associated master inventory file. The master inventory file's name consists of the product's unique 3-letter name and a 3-digit version number with the string .mi for a suffix. The master inven- tory file is used by the software kitting program kits(1) in producing software distribution packages. A master inventory file contains one ASCII record, describing vendor-specified attribute information, for each file in the product kit. Each record is composed of three fields which must be separated by TAB characters. The fields are: A 16-bit unsigned integer. Bit 1 is the v (volatility) bit; when it is set, changes to the existing copy of the file can occur during kit installation. It is usually set for log files required by applications. The remaining bits are reserved. Possible values for this field are therefore 0 or 2. The dot-relative (./) pathname of the file described by this record. Each pathname must appear only once in the master inventory file. Pathnames must begin with a period (.). Records must be sorted in ascending ASCII sequence on this field. The name of the subset containing the file. Standard system directories are not included in subsets; they are represented by the keyword RESERVED in place of a subset name. Files that exist in the product hierarchy but are not distributed as part of any subset have a minus sign (-) in this field. Files that share a gnode (links) must all be included in the same subset. EXAMPLES
This example shows a section of the master inventory for a hypothetical layered product kit: 0 . RESERVED 0 ./usr/opt RESERVED 0 ./usr/opt/OAT100 OATDCB100 0 ./usr/opt/OAT100/bin OATDCB100 0 ./usr/opt/OAT100/bin/attr OATDCB100 0 ./usr/opt/OAT100/bin/dcb.spr OATDCB100 0 ./usr/opt/OAT100/bin/dcb_defaults OATDCB100 0 ./usr/opt/OAT100/bin/dcb_diag.sed OATDCB100 0 ./usr/opt/OAT100/bin/docbld OATDCB100 0 ./usr/opt/OAT100/bin/unstamp OATDCB100 0 ./usr/opt/OAT100/lib OATDCB100 0 ./usr/opt/OAT100/lib/br OATDCB100 0 ./usr/opt/OAT100/lib/br/README.dcb OATDCB100 0 ./usr/opt/OAT100/lib/br/attr.1 OATDCBDOC100 0 ./usr/opt/OAT100/lib/br/dcb.ps OATDCBDOC100 0 ./usr/opt/OAT100/lib/br/docbld.1 OATDCBDOC100 0 ./usr/opt/OAT100/lib/br/docbld.5 OATDCBDOC100 0 ./usr/opt/OAT100/lib/br/unstamp.1 OATDCBDOC100 0 ./usr/opt/OAT100/lib/doclib OATDCB100 0 ./usr/opt/OAT100/lib/doclib/templates OATDCB100 0 ./usr/opt/OAT100/lib/doclib/templates/conv.braces OATDCB100 0 ./usr/opt/OAT100/lib/doclib/templates/conv.command OATDCB100 . . . RELATED INFORMATION
invcutter(1), kits(1), newinv(1), setld(8) Guide to Preparing Product Kits delim off stl_mi(4)
All times are GMT -4. The time now is 02:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy