GCJ : Compiler du code sans librairies dynamiques

GCJ : Compiler du code sans librairies dynamiques - Codes et scripts - Linux et OS Alternatifs

Marsh Posté le 22-03-2003 à 11:52:00    

Est-il possible de compiler en code natif, sans avoir recours par la suite, à l'éxécution, aux librairies dynamiques ?
 
merci bien

Reply

Marsh Posté le 22-03-2003 à 11:52:00   

Reply

Marsh Posté le 22-03-2003 à 12:10:36    

ben faut les compiler en statique


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Marsh Posté le 22-03-2003 à 12:21:07    

Code :
  1. gcj [options] file...
  2. Options:
  3.   -pass-exit-codes         Exit with highest error code from a phase
  4.   --help                   Display this information
  5.   --target-help            Display target specific command line options
  6.   (Use '-v --help' to display command line options of sub-processes)
  7.   -dumpspecs               Display all of the built in spec strings
  8.   -dumpversion             Display the version of the compiler
  9.   -dumpmachine             Display the compiler's target processor
  10.   -print-search-dirs       Display the directories in the compiler's search path
  11.   -print-libgcc-file-name  Display the name of the compiler's companion library
  12.   -print-file-name=<lib>   Display the full path to library <lib>
  13.   -print-prog-name=<prog>  Display the full path to compiler component <prog>
  14.   -print-multi-directory   Display the root directory for versions of libgcc
  15.   -print-multi-lib         Display the mapping between command line options and
  16.                            multiple library search directories
  17.   -Wa,<options>            Pass comma-separated <options> on to the assembler
  18.   -Wp,<options>            Pass comma-separated <options> on to the preprocessor
  19.   -Wl,<options>            Pass comma-separated <options> on to the linker
  20.   -Xlinker <arg>           Pass <arg> on to the linker
  21.   -save-temps              Do not delete intermediate files
  22.   -pipe                    Use pipes rather than intermediate files
  23.   -time                    Time the execution of each subprocess
  24.   -specs=<file>            Override built-in specs with the contents of <file>
  25.   -std=<standard>          Assume that the input sources are for <standard>
  26.   -B <directory>           Add <directory> to the compiler's search paths
  27.   -b <machine>             Run gcc for target <machine>, if installed
  28.   -V <version>             Run gcc version number <version>, if installed
  29.   -v                       Display the programs invoked by the compiler
  30.   -###                     Like -v but options quoted and commands not executed
  31.   -E                       Preprocess only; do not compile, assemble or link
  32.   -S                       Compile only; do not assemble or link
  33.   -c                       Compile and assemble, but do not link
  34.   -o <file>                Place the output into <file>
  35.   -x <language>            Specify the language of the following input files
  36.                            Permissable languages include: c c++ assembler none
  37.                            'none' means revert to the default behavior of
  38.                            guessing the language based on the file's extension
  39. Options starting with -g, -f, -m, -O, -W, or --param are automatically
  40. passed on to the various sub-processes invoked by gcj.  In order to pass
  41. other options on to these processes the -W<letter> options must be used.
  42. For bug reporting instructions, please see:
  43. <URL:https://qa.mandrakesoft.com/>.

 
 
et na, a pas static :sarcastic:


Message édité par Gwarm le 22-03-2003 à 12:23:16
Reply

Marsh Posté le 22-03-2003 à 12:23:31    

http://www2.fr.linuxfromscratch.or [...] tatic.html
 
EDIT : désolé j'ai cru que tu avais fait une faute de frappe et que tu parlais de GCC.


Message édité par Mjules le 22-03-2003 à 12:24:10

---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Marsh Posté le 22-03-2003 à 12:27:47    

Merci qd même, je vais voir ce que je peut en faire

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed