Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NattyNarwhal/6fe25dd6b7cb56158f67b2a32c0d70d0 to your computer and use it in GitHub Desktop.
Save NattyNarwhal/6fe25dd6b7cb56158f67b2a32c0d70d0 to your computer and use it in GitHub Desktop.
sofort with bash
~/src/sofort$ bash configure
configure: line 113: cd: configure/: Not a directory
sofort : configure : init_vars() ................................. OK.
sofort : configure : verify_build_directory() .................... OK.
sofort : configure : verify_source_directory() ................... OK.
sofort : configure : verify_source_info() ........................ OK.
sofort : configure : common_defaults() ........................... OK.
sofort : configure : config_flags() .............................. OK.
sofort : configure : config_copy() ............................... OK.
..
sofort : configure : detect and query host (targeted) system
== checking for C compiler ...................................... cc.
== checking for C pre-processor ................................ cpp.
== checking for C++ compiler ................................... c++.
== checking for ar .............................................. ar.
== checking for nm .............................................. nm.
== checking for objdump ...................................... false.
== checking for ranlib ...................................... ranlib.
== checking for size .......................................... size.
== checking for strip ........................................ strip.
== checking for strings .................................... strings.
== checking for objcopy ...................................... false.
== checking for addr2line .................................... false.
== checking for cov .......................................... false.
== checking for elfedit ...................................... false.
== checking for readelf ...................................... false.
== checking for readobj ...................................... false.
== checking for otool ........................................ false.
== checking for perk ......................................... false.
== checking for mdso ......................................... false.
== checking for dlltool ...................................... false.
== checking for windmc ....................................... false.
== checking for windres ...................................... false.
== checking for as (asm) ..........Assembler:
line 1: --help is not a recognized flag.
line 1: Usage: as [-a{32|64}] -l[ListFile] -s[ListFile] -n Name
-o ObjectFile [-w|-W] -x[XCrossFile] -u
-m ModeName [-i] [-p{off|on}] [-E{off|on}] [-v] [InputFile]
.............................. as.
== checking for as (ll) ...................................... false.
== checking for as (mc) ...................................... false.
== checking for ld (bfd) ..................................... false.
== checking for ld (gold) .................................... false.
== checking for ld (lld) ..................................... false.
== checking for objdump (bfd) ................................ false.
== checking for objdump (llvm) ............................... false.
== checking for readelf (bfd) ................................ false.
== checking for readelf (llvm) ............................... false.
== detect host system ....................... powerpc-ibm-aix6.1.0.0.
== detect host bits ............................................. 64.
== detect host binary format .......ld: 0711-570 WARNING: Symbol table entry 1 in object /tmp//cco75CeG.o is invalid.
Filename in C_FILE auxiliary symbol is null.
ld: 0711-570 WARNING: Symbol table entry 1 in object /tmp//cco75CeG.o is invalid.
Filename in C_FILE auxiliary symbol is null.
............................... .
== detect host prepended underscores ............................. no.
== detect host os name .................................. aix6.1.0.0.
== detect host os semantics ............ unknown-posix-anyos-unknown.
== detect host os dso exrules .............................. default.
== detect host os linkage .................................. default.
..
sofort : configure : detect and query native (local build) system
== checking for C compiler ...................................... cc.
== checking for C pre-processor ................................ cpp.
== checking for C++ compiler ................................... c++.
== checking for ar .............................................. ar.
== checking for nm .............................................. nm.
== checking for objdump ...................................... false.
== checking for ranlib ...................................... ranlib.
== checking for size .......................................... size.
== checking for strip ........................................ strip.
== checking for strings .................................... strings.
== checking for objcopy ...................................... false.
== checking for addr2line .................................... false.
== checking for cov .......................................... false.
== checking for elfedit ...................................... false.
== checking for readelf ...................................... false.
== checking for readobj ...................................... false.
== checking for otool ........................................ false.
== checking for perk ......................................... false.
== checking for mdso ......................................... false.
== checking for dlltool ...................................... false.
== checking for windmc ....................................... false.
== checking for windres ...................................... false.
== checking for as (asm) ..........Assembler:
line 1: --help is not a recognized flag.
line 1: Usage: as [-a{32|64}] -l[ListFile] -s[ListFile] -n Name
-o ObjectFile [-w|-W] -x[XCrossFile] -u
-m ModeName [-i] [-p{off|on}] [-E{off|on}] [-v] [InputFile]
.............................. as.
== checking for as (ll) ...................................... false.
== checking for as (mc) ...................................... false.
== checking for ld (bfd) ..................................... false.
== checking for ld (gold) .................................... false.
== checking for ld (lld) ..................................... false.
== checking for objdump (bfd) ................................ false.
== checking for objdump (llvm) ............................... false.
== checking for readelf (bfd) ................................ false.
== checking for readelf (llvm) ............................... false.
== detect native system ..................... powerpc-ibm-aix6.1.0.0.
== detect native bits ........................................... 64.
== detect native binary format .....ld: 0711-570 WARNING: Symbol table entry 1 in object /tmp//ccgfYMdd.o is invalid.
Filename in C_FILE auxiliary symbol is null.
ld: 0711-570 WARNING: Symbol table entry 1 in object /tmp//ccgfYMdd.o is invalid.
Filename in C_FILE auxiliary symbol is null.
............................... .
== detect native prepended underscore............................. no.
== detect native os name ................................ aix6.1.0.0.
== detect native os semantics .......... unknown-posix-anyos-unknown.
== detect native os dso exrules ............................ default.
== detect native os linkage ................................ default.
..
sofort : configure : config_copy() ............................... OK.
sofort : configure : config_cfghost() ............................ OK.
sofort : configure : config_host() ............................... OK.
sofort : configure : configuration completed successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment