Jump to content

problem of compiler


zfalcon
 Share

Recommended Posts

hello

i buyed the mandrake 9.1 standard and there is no gcc include so i don t have any compiler the gcc cpp is in version 2.96 so i looked for a gcc 2.96 ( to avoid the mass updating of the system to get the last gcc version )

but he ask me the glibc-devel but this time i don t know what kind of version i should take if anybody can tell me what i will need and what version it will be thx =)

 

it seems that is installing gcc is a big download work so i ll prefer have your advice before launching myself in stupidity,

being unable to compile a program on linux is like being blind

 

thx for your help

Link to comment
Share on other sites

Run the package installer (Should be under configuration -> packaging), select flat listing, and you should find all the gcc packages in the list. I think gcc 3.2 is the default in LM9.1 but I could be wrong.

 

Glitz.

Link to comment
Share on other sites

gcc is included in mandrale 9.1 standard edition

 

at the command prompt type: gcc --help

if gcc is installed you will get this:

[john@bob john]$ gcc --help

Usage: gcc-3.2.2 [options] file...

Options:

 -pass-exit-codes         Exit with highest error code from a phase

 --help                   Display this information

 --target-help            Display target specific command line options

 (Use '-v --help' to display command line options of sub-processes)

 -dumpspecs               Display all of the built in spec strings

 -dumpversion             Display the version of the compiler

 -dumpmachine             Display the compiler's target processor

 -print-search-dirs       Display the directories in the compiler's search path

 -print-libgcc-file-name  Display the name of the compiler's companion library

 -print-file-name=<lib>   Display the full path to library <lib>

 -print-prog-name=<prog>  Display the full path to compiler component <prog>

 -print-multi-directory   Display the root directory for versions of libgcc

 -print-multi-lib         Display the mapping between command line options and

                          multiple library search directories

 -print-multi-os-directory Display the relative path to OS libraries

 -Wa,<options>            Pass comma-separated <options> on to the assembler

 -Wp,<options>            Pass comma-separated <options> on to the preprocessor

 -Wl,<options>            Pass comma-separated <options> on to the linker

 -Xlinker <arg>           Pass <arg> on to the linker

 -save-temps              Do not delete intermediate files

 -pipe                    Use pipes rather than intermediate files

 -time                    Time the execution of each subprocess

 -specs=<file>            Override built-in specs with the contents of <file>

 -std=<standard>          Assume that the input sources are for <standard>

 -B <directory>           Add <directory> to the compiler's search paths

 -b <machine>             Run gcc for target <machine>, if installed

 -V <version>             Run gcc version number <version>, if installed

 -v                       Display the programs invoked by the compiler

 -###                     Like -v but options quoted and commands not executed

 -E                       Preprocess only; do not compile, assemble or link

 -S                       Compile only; do not assemble or link

 -c                       Compile and assemble, but do not link

 -o <file>                Place the output into <file>

 -x <language>            Specify the language of the following input files

                          Permissable languages include: c c++ assembler none

                          'none' means revert to the default behavior of

                          guessing the language based on the file's extension



Options starting with -g, -f, -m, -O, -W, or --param are automatically

passed on to the various sub-processes invoked by gcc-3.2.2.  In order to pass

other options on to these processes the -W<letter> options must be used.



For bug reporting instructions, please see:

<URL:https://qa.mandrakesoft.com/>.

[john@bob john]$

 

It is definately on the cd's gcc-3.2.2

Link to comment
Share on other sites

First, be sure you're root.

su <hit Enter>

enter roots password <hit Enter>

 

what does this say;

urpmf gcc

 

Or this;

urpmi gcc

 

If nothing, for some reason the gcc's (stuff) isn't in your sources. Do you have 3 cd's? Or 2 cd's? I thought the devel stuff was on cd 3 and some on 2 and that the boxed Standard Edition only came with 2 cd's.

Link to comment
Share on other sites

urpmf say

 

 

filesystem:/usr/lib/gcc-lib

libgcc1:/lib/libgcc_s-3.2.2.so.1

libgcc1:/lib/libgcc_s.so.1

gcc-cpp:/lib/cpp

gcc-cpp:/usr/bin/cpp

gcc-cpp:/usr/bin/cpp-3.2.2

gcc-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu

gcc-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2

gcc-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/cpp0

gcc-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/tradcpp0

gcc-cpp:/usr/share/man/man1/cpp.1.bz2

XFree86:/usr/X11R6/man/man1/gccmakedep.1x.bz2

ghostscript:/usr/share/ghostscript/Resource/CMap/HKgccs-B5-H

ghostscript:/usr/share/ghostscript/Resource/CMap/HKgccs-B5-V

ghostscript:/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-H

ghostscript:/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-V

xpdf:/usr/share/xpdf/chinese-traditional/CMap/HKgccs-B5-H

xpdf:/usr/share/xpdf/chinese-traditional/CMap/HKgccs-B5-V

OpenOffice.org-libs:/usr/lib/openoffice/program/libcppuhelper3gcc3.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libgcc3_uno.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libsalhelper3gcc3.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libstlport_gcc.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libucbhelper1gcc3.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libvos2gcc3.so

gcc2.96-cpp:/lib/cpp

gcc2.96-cpp:/usr/bin/cpp

gcc2.96-cpp:/usr/bin/cpp-2.96

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/cpp0

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/include

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/tradcpp0

gcc2.96-cpp:/usr/share/man/man1/cpp-2.96.1.bz2

mplayer:/usr/share/doc/mplayer-0.90/Polish/gcc-2.96-3.0.html

gcc-doc:/usr/share/info/cpp.info-1.bz2

gcc-doc:/usr/share/info/cpp.info-2.bz2

gcc-doc:/usr/share/info/cpp.info-3.bz2

gcc-doc:/usr/share/info/cpp.info-4.bz2

gcc-doc:/usr/share/info/cpp.info-5.bz2

gcc-doc:/usr/share/info/cpp.info.bz2

gcc-doc:/usr/share/info/cppinternals.info.bz2

gcc-doc:/usr/share/info/g77.info-1.bz2

gcc-doc:/usr/share/info/g77.info-10.bz2

gcc-doc:/usr/share/info/g77.info-11.bz2

gcc-doc:/usr/share/info/g77.info-12.bz2

gcc-doc:/usr/share/info/g77.info-13.bz2

gcc-doc:/usr/share/info/g77.info-14.bz2

gcc-doc:/usr/share/info/g77.info-15.bz2

gcc-doc:/usr/share/info/g77.info-16.bz2

gcc-doc:/usr/share/info/g77.info-17.bz2

gcc-doc:/usr/share/info/g77.info-18.bz2

gcc-doc:/usr/share/info/g77.info-19.bz2

gcc-doc:/usr/share/info/g77.info-2.bz2

gcc-doc:/usr/share/info/g77.info-20.bz2

gcc-doc:/usr/share/info/g77.info-21.bz2

gcc-doc:/usr/share/info/g77.info-3.bz2

gcc-doc:/usr/share/info/g77.info-4.bz2

gcc-doc:/usr/share/info/g77.info-5.bz2

gcc-doc:/usr/share/info/g77.info-6.bz2

gcc-doc:/usr/share/info/g77.info-7.bz2

gcc-doc:/usr/share/info/g77.info-8.bz2

gcc-doc:/usr/share/info/g77.info-9.bz2

gcc-doc:/usr/share/info/g77.info.bz2

gcc-doc:/usr/share/info/gcc.info-1.bz2

gcc-doc:/usr/share/info/gcc.info-10.bz2

gcc-doc:/usr/share/info/gcc.info-11.bz2

gcc-doc:/usr/share/info/gcc.info-12.bz2

gcc-doc:/usr/share/info/gcc.info-13.bz2

gcc-doc:/usr/share/info/gcc.info-14.bz2

gcc-doc:/usr/share/info/gcc.info-15.bz2

gcc-doc:/usr/share/info/gcc.info-16.bz2

gcc-doc:/usr/share/info/gcc.info-17.bz2

gcc-doc:/usr/share/info/gcc.info-18.bz2

gcc-doc:/usr/share/info/gcc.info-19.bz2

gcc-doc:/usr/share/info/gcc.info-2.bz2

gcc-doc:/usr/share/info/gcc.info-20.bz2

gcc-doc:/usr/share/info/gcc.info-21.bz2

gcc-doc:/usr/share/info/gcc.info-22.bz2

gcc-doc:/usr/share/info/gcc.info-23.bz2

gcc-doc:/usr/share/info/gcc.info-3.bz2

gcc-doc:/usr/share/info/gcc.info-4.bz2

gcc-doc:/usr/share/info/gcc.info-5.bz2

gcc-doc:/usr/share/info/gcc.info-6.bz2

gcc-doc:/usr/share/info/gcc.info-7.bz2

gcc-doc:/usr/share/info/gcc.info-8.bz2

gcc-doc:/usr/share/info/gcc.info-9.bz2

gcc-doc:/usr/share/info/gcc.info.bz2

gcc-doc:/usr/share/info/gnat_rm.info-1.bz2

gcc-doc:/usr/share/info/gnat_rm.info-10.bz2

gcc-doc:/usr/share/info/gnat_rm.info-11.bz2

gcc-doc:/usr/share/info/gnat_rm.info-2.bz2

gcc-doc:/usr/share/info/gnat_rm.info-3.bz2

gcc-doc:/usr/share/info/gnat_rm.info-4.bz2

gcc-doc:/usr/share/info/gnat_rm.info-5.bz2

gcc-doc:/usr/share/info/gnat_rm.info-6.bz2

gcc-doc:/usr/share/info/gnat_rm.info-7.bz2

gcc-doc:/usr/share/info/gnat_rm.info-8.bz2

gcc-doc:/usr/share/info/gnat_rm.info-9.bz2

gcc-doc:/usr/share/info/gnat_rm.info.bz2

gcc-doc:/usr/share/info/gnat_ug.info-1.bz2

gcc-doc:/usr/share/info/gnat_ug.info-10.bz2

gcc-doc:/usr/share/info/gnat_ug.info-11.bz2

gcc-doc:/usr/share/info/gnat_ug.info-12.bz2

gcc-doc:/usr/share/info/gnat_ug.info-13.bz2

gcc-doc:/usr/share/info/gnat_ug.info-14.bz2

gcc-doc:/usr/share/info/gnat_ug.info-15.bz2

gcc-doc:/usr/share/info/gnat_ug.info-16.bz2

gcc-doc:/usr/share/info/gnat_ug.info-2.bz2

gcc-doc:/usr/share/info/gnat_ug.info-3.bz2

gcc-doc:/usr/share/info/gnat_ug.info-4.bz2

gcc-doc:/usr/share/info/gnat_ug.info-5.bz2

gcc-doc:/usr/share/info/gnat_ug.info-6.bz2

gcc-doc:/usr/share/info/gnat_ug.info-7.bz2

gcc-doc:/usr/share/info/gnat_ug.info-8.bz2

gcc-doc:/usr/share/info/gnat_ug.info-9.bz2

gcc-doc:/usr/share/info/gnat_ug.info.bz2

man-pages-fr:/usr/share/man/fr/man1/gcc.1.bz2

tmake:/usr/lib/tmake/lib/linux-pgcc

tmake:/usr/lib/tmake/lib/linux-pgcc/app.t

tmake:/usr/lib/tmake/lib/linux-pgcc/lib.t

tmake:/usr/lib/tmake/lib/linux-pgcc/subdirs.t

tmake:/usr/lib/tmake/lib/linux-pgcc/tmake.conf

tmake:/usr/lib/tmake/lib/solaris-cc-gcc

tmake:/usr/lib/tmake/lib/solaris-cc-gcc/app.t

tmake:/usr/lib/tmake/lib/solaris-cc-gcc/lib.t

tmake:/usr/lib/tmake/lib/solaris-cc-gcc/subdirs.t

tmake:/usr/lib/tmake/lib/solaris-cc-gcc/tmake.conf

tmake:/usr/share/doc/tmake-1.10/doc/m-linux-gcc.html

wine-utils:/usr/bin/winegcc

zsh:/usr/share/zsh/4.1.0-dev-5/functions/Completion/Unix/_gcc

printer-drivers:gcc2.96.patch.bz2

openssl0.9.6:openssl-0.9.6e-gcc3.patch.bz2

kernel-source:/usr/src/linux-2.4.21-0.25mdk/include/acpi/platform/acgcc.h

kernel-source:/usr/src/linux-2.4.21-0.18mdk/include/acpi/platform/acgcc.h

ghostscript:/usr/share/ghostscript/Resource/CMap/HKgccs-B5-H

ghostscript:/usr/share/ghostscript/Resource/CMap/HKgccs-B5-V

ghostscript:/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-H

ghostscript:/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-V

xpdf:/usr/share/xpdf/chinese-traditional/CMap/HKgccs-B5-H

xpdf:/usr/share/xpdf/chinese-traditional/CMap/HKgccs-B5-V

mozilla-devel:/usr/lib/mozilla-1.3.1/mozilla-gcc-3.2-libs.tar.bz2

libqt3-devel:/usr/lib/qt3/mkspecs/linux-pgcc

libqt3-devel:/usr/lib/qt3/mkspecs/linux-pgcc/qmake.conf

libqt3-devel:/usr/lib/qt3/mkspecs/linux-pgcc/qplatformdefs.h

[rastatugan@Bilzeodar rastatugan]$ urpmi gcc

bash: urpmi: command not found

[rastatugan@Bilzeodar rastatugan]$ su

Password:

[root@Bilzeodar rastatugan]# urpmi gcc

Les paquetages suivants contiennent gcc : gcc2.96-cpp libgcc1 gcc-cpp gcc-doc

[root@Bilzeodar rastatugan]# urpmf gcc

filesystem:/usr/lib/gcc-lib

libgcc1:/lib/libgcc_s-3.2.2.so.1

libgcc1:/lib/libgcc_s.so.1

gcc-cpp:/lib/cpp

gcc-cpp:/usr/bin/cpp

gcc-cpp:/usr/bin/cpp-3.2.2

gcc-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu

gcc-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2

gcc-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/cpp0

gcc-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/tradcpp0

gcc-cpp:/usr/share/man/man1/cpp.1.bz2

XFree86:/usr/X11R6/man/man1/gccmakedep.1x.bz2

ghostscript:/usr/share/ghostscript/Resource/CMap/HKgccs-B5-H

ghostscript:/usr/share/ghostscript/Resource/CMap/HKgccs-B5-V

ghostscript:/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-H

ghostscript:/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-V

xpdf:/usr/share/xpdf/chinese-traditional/CMap/HKgccs-B5-H

xpdf:/usr/share/xpdf/chinese-traditional/CMap/HKgccs-B5-V

OpenOffice.org-libs:/usr/lib/openoffice/program/libcppuhelper3gcc3.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libgcc3_uno.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libsalhelper3gcc3.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libstlport_gcc.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libucbhelper1gcc3.so

OpenOffice.org-libs:/usr/lib/openoffice/program/libvos2gcc3.so

gcc2.96-cpp:/lib/cpp

gcc2.96-cpp:/usr/bin/cpp

gcc2.96-cpp:/usr/bin/cpp-2.96

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/cpp0

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/include

gcc2.96-cpp:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/tradcpp0

gcc2.96-cpp:/usr/share/man/man1/cpp-2.96.1.bz2

mplayer:/usr/share/doc/mplayer-0.90/Polish/gcc-2.96-3.0.html

gcc-doc:/usr/share/info/cpp.info-1.bz2

gcc-doc:/usr/share/info/cpp.info-2.bz2

gcc-doc:/usr/share/info/cpp.info-3.bz2

gcc-doc:/usr/share/info/cpp.info-4.bz2

gcc-doc:/usr/share/info/cpp.info-5.bz2

gcc-doc:/usr/share/info/cpp.info.bz2

gcc-doc:/usr/share/info/cppinternals.info.bz2

gcc-doc:/usr/share/info/g77.info-1.bz2

gcc-doc:/usr/share/info/g77.info-10.bz2

gcc-doc:/usr/share/info/g77.info-11.bz2

gcc-doc:/usr/share/info/g77.info-12.bz2

gcc-doc:/usr/share/info/g77.info-13.bz2

gcc-doc:/usr/share/info/g77.info-14.bz2

gcc-doc:/usr/share/info/g77.info-15.bz2

gcc-doc:/usr/share/info/g77.info-16.bz2

gcc-doc:/usr/share/info/g77.info-17.bz2

gcc-doc:/usr/share/info/g77.info-18.bz2

gcc-doc:/usr/share/info/g77.info-19.bz2

gcc-doc:/usr/share/info/g77.info-2.bz2

gcc-doc:/usr/share/info/g77.info-20.bz2

gcc-doc:/usr/share/info/g77.info-21.bz2

gcc-doc:/usr/share/info/g77.info-3.bz2

gcc-doc:/usr/share/info/g77.info-4.bz2

gcc-doc:/usr/share/info/g77.info-5.bz2

gcc-doc:/usr/share/info/g77.info-6.bz2

gcc-doc:/usr/share/info/g77.info-7.bz2

gcc-doc:/usr/share/info/g77.info-8.bz2

gcc-doc:/usr/share/info/g77.info-9.bz2

gcc-doc:/usr/share/info/g77.info.bz2

gcc-doc:/usr/share/info/gcc.info-1.bz2

gcc-doc:/usr/share/info/gcc.info-10.bz2

gcc-doc:/usr/share/info/gcc.info-11.bz2

gcc-doc:/usr/share/info/gcc.info-12.bz2

gcc-doc:/usr/share/info/gcc.info-13.bz2

gcc-doc:/usr/share/info/gcc.info-14.bz2

gcc-doc:/usr/share/info/gcc.info-15.bz2

gcc-doc:/usr/share/info/gcc.info-16.bz2

gcc-doc:/usr/share/info/gcc.info-17.bz2

gcc-doc:/usr/share/info/gcc.info-18.bz2

gcc-doc:/usr/share/info/gcc.info-19.bz2

gcc-doc:/usr/share/info/gcc.info-2.bz2

gcc-doc:/usr/share/info/gcc.info-20.bz2

gcc-doc:/usr/share/info/gcc.info-21.bz2

gcc-doc:/usr/share/info/gcc.info-22.bz2

gcc-doc:/usr/share/info/gcc.info-23.bz2

gcc-doc:/usr/share/info/gcc.info-3.bz2

gcc-doc:/usr/share/info/gcc.info-4.bz2

gcc-doc:/usr/share/info/gcc.info-5.bz2

gcc-doc:/usr/share/info/gcc.info-6.bz2

gcc-doc:/usr/share/info/gcc.info-7.bz2

gcc-doc:/usr/share/info/gcc.info-8.bz2

gcc-doc:/usr/share/info/gcc.info-9.bz2

gcc-doc:/usr/share/info/gcc.info.bz2

gcc-doc:/usr/share/info/gnat_rm.info-1.bz2

gcc-doc:/usr/share/info/gnat_rm.info-10.bz2

gcc-doc:/usr/share/info/gnat_rm.info-11.bz2

gcc-doc:/usr/share/info/gnat_rm.info-2.bz2

gcc-doc:/usr/share/info/gnat_rm.info-3.bz2

gcc-doc:/usr/share/info/gnat_rm.info-4.bz2

gcc-doc:/usr/share/info/gnat_rm.info-5.bz2

gcc-doc:/usr/share/info/gnat_rm.info-6.bz2

gcc-doc:/usr/share/info/gnat_rm.info-7.bz2

gcc-doc:/usr/share/info/gnat_rm.info-8.bz2

gcc-doc:/usr/share/info/gnat_rm.info-9.bz2

gcc-doc:/usr/share/info/gnat_rm.info.bz2

gcc-doc:/usr/share/info/gnat_ug.info-1.bz2

gcc-doc:/usr/share/info/gnat_ug.info-10.bz2

gcc-doc:/usr/share/info/gnat_ug.info-11.bz2

gcc-doc:/usr/share/info/gnat_ug.info-12.bz2

gcc-doc:/usr/share/info/gnat_ug.info-13.bz2

gcc-doc:/usr/share/info/gnat_ug.info-14.bz2

gcc-doc:/usr/share/info/gnat_ug.info-15.bz2

gcc-doc:/usr/share/info/gnat_ug.info-16.bz2

gcc-doc:/usr/share/info/gnat_ug.info-2.bz2

gcc-doc:/usr/share/info/gnat_ug.info-3.bz2

gcc-doc:/usr/share/info/gnat_ug.info-4.bz2

gcc-doc:/usr/share/info/gnat_ug.info-5.bz2

gcc-doc:/usr/share/info/gnat_ug.info-6.bz2

gcc-doc:/usr/share/info/gnat_ug.info-7.bz2

gcc-doc:/usr/share/info/gnat_ug.info-8.bz2

gcc-doc:/usr/share/info/gnat_ug.info-9.bz2

gcc-doc:/usr/share/info/gnat_ug.info.bz2

man-pages-fr:/usr/share/man/fr/man1/gcc.1.bz2

tmake:/usr/lib/tmake/lib/linux-pgcc

tmake:/usr/lib/tmake/lib/linux-pgcc/app.t

tmake:/usr/lib/tmake/lib/linux-pgcc/lib.t

tmake:/usr/lib/tmake/lib/linux-pgcc/subdirs.t

tmake:/usr/lib/tmake/lib/linux-pgcc/tmake.conf

tmake:/usr/lib/tmake/lib/solaris-cc-gcc

tmake:/usr/lib/tmake/lib/solaris-cc-gcc/app.t

tmake:/usr/lib/tmake/lib/solaris-cc-gcc/lib.t

tmake:/usr/lib/tmake/lib/solaris-cc-gcc/subdirs.t

tmake:/usr/lib/tmake/lib/solaris-cc-gcc/tmake.conf

tmake:/usr/share/doc/tmake-1.10/doc/m-linux-gcc.html

wine-utils:/usr/bin/winegcc

zsh:/usr/share/zsh/4.1.0-dev-5/functions/Completion/Unix/_gcc

printer-drivers:gcc2.96.patch.bz2

openssl0.9.6:openssl-0.9.6e-gcc3.patch.bz2

kernel-source:/usr/src/linux-2.4.21-0.25mdk/include/acpi/platform/acgcc.h

kernel-source:/usr/src/linux-2.4.21-0.18mdk/include/acpi/platform/acgcc.h

ghostscript:/usr/share/ghostscript/Resource/CMap/HKgccs-B5-H

ghostscript:/usr/share/ghostscript/Resource/CMap/HKgccs-B5-V

ghostscript:/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-H

ghostscript:/usr/share/ghostscript/Resource/ac14/CMap/HKgccs-B5-V

xpdf:/usr/share/xpdf/chinese-traditional/CMap/HKgccs-B5-H

xpdf:/usr/share/xpdf/chinese-traditional/CMap/HKgccs-B5-V

mozilla-devel:/usr/lib/mozilla-1.3.1/mozilla-gcc-3.2-libs.tar.bz2

libqt3-devel:/usr/lib/qt3/mkspecs/linux-pgcc

libqt3-devel:/usr/lib/qt3/mkspecs/linux-pgcc/qmake.conf

libqt3-devel:/usr/lib/qt3/mkspecs/linux-pgcc/qplatformdefs.h

 

 

why when i make ./configure on a prog to compile it say no C compiler then ???

 

 

just got 2 cd

Link to comment
Share on other sites

Because it looks like the actual compiler (gcc+) is on cd 3 :roll: . I can't understand why all the devel isn't on one cd. Stupid really. The 3rd cd is like 5xxMB isn't it? Anyway, mdk has always split up the pkgs weird on the cd's....and it has never made sense to me. I'm at work on win95 so I can't tell you exactly which ones you'll need to download. Hopefully, someone will post their results from a ML9.1 default install of devel pkgs.

 

rpm -qa | grep gcc

Link to comment
Share on other sites

i purchased LM 9.1 standard , 2CD its write on box i knowed i was able to download the cd's but i wanted to give some support to mandrake, just before buying the pack i checked

the progs that was on ... Gcc ... kde ... gnome ... Ooo

 

i downloaded a software "planeshift" that was in need of getting a lib compiled i ll start to download the thing unzip it in su mode etc... and i tape ./configure

 

the system check for C compiler and find nothing ...

me not upset for much i ll take my rpmdrak and launch a research Gcc / gcc

not found in names

ok then in description

not found

then in files

not found

i started to check every package with the verbose desc.

nothing no Gcc of libc dev or even the source kernel

 

i came here to ask and it seems that write on box but that not in the box

 

so i download the third cd by myself with my little modem

 

that all ....

that will be easy to get my money back for the only miss of gcc in the cd's but i have no interest of that i buyed that to support them that was all my mistake ... next distro will be downloaded by me

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...