Re: Système D

Liste des GroupesRevenir à ol advocacy 
Sujet : Re: Système D
De : ff (at) *nospam* linux.rocks (Farley Flud)
Groupes : comp.os.linux.advocacy
Date : 24. Apr 2024, 12:19:24
Autres entêtes
Organisation : UsenetExpress - www.usenetexpress.com
Message-ID : <17c9300cc10d90ce$174649$3340453$802601b3@news.usenetexpress.com>
References : 1 2 3 4 5 6 7 8 9
On Tue, 23 Apr 2024 23:48:15 -0000 (UTC), vallor wrote:

 
Or there's cmake-gui -B <build-path>
 

FAIL!  BIG FAT FAIL!  FAIL!  BIG FAT FAIL!

Listed below are all the cmake build options (with defaults)
for the latest developmental Pan.

There is also a way to list with each option prefaced by a help
string.  I'll let you figure it out.

Ha, ha, ha, ha, ha, ha, ha, ha!

For automated building how would you change these options using
a script?

Go to it, smart fuck.  The whole world is watching you stumble
like a crippled clown.

Ha, ha, ha, ha, ha, ha, ha, ha!

====================================
Pan build options (with defaults)
====================================

BUILD_TESTING:BOOL=ON
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
CMAKE_AR:FILEPATH=/usr/bin/ar
CMAKE_BUILD_TYPE:STRING=
CMAKE_COLOR_MAKEFILE:BOOL=ON
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
CMAKE_CXX_FLAGS:STRING=
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib
CMAKE_C_FLAGS:STRING=
CMAKE_C_FLAGS_DEBUG:STRING=-g
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
CMAKE_EXE_LINKER_FLAGS:STRING=
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
CMAKE_INSTALL_BINDIR:PATH=bin
CMAKE_INSTALL_DATADIR:PATH=
CMAKE_INSTALL_DATAROOTDIR:PATH=share
CMAKE_INSTALL_DOCDIR:PATH=
CMAKE_INSTALL_INCLUDEDIR:PATH=include
CMAKE_INSTALL_INFODIR:PATH=
CMAKE_INSTALL_LIBDIR:PATH=lib64
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
CMAKE_INSTALL_LOCALEDIR:PATH=
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
CMAKE_INSTALL_MANDIR:PATH=
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
CMAKE_INSTALL_PREFIX:PATH=/usr/local
CMAKE_INSTALL_RUNSTATEDIR:PATH=
CMAKE_INSTALL_SBINDIR:PATH=sbin
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
CMAKE_LINKER:FILEPATH=/usr/bin/ld
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
CMAKE_MODULE_LINKER_FLAGS:STRING=
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
CMAKE_NM:FILEPATH=/usr/bin/nm
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
CMAKE_READELF:FILEPATH=/usr/bin/readelf
CMAKE_SHARED_LINKER_FLAGS:STRING=
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
CMAKE_SKIP_RPATH:BOOL=NO
CMAKE_STATIC_LINKER_FLAGS:STRING=
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
CMAKE_STRIP:FILEPATH=/usr/bin/strip
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov
COVERAGE_EXTRA_FLAGS:STRING=-l
CTEST_SUBMIT_RETRY_COUNT:STRING=3
CTEST_SUBMIT_RETRY_DELAY:STRING=5
DART_TESTING_TIMEOUT:STRING=1500
ENABLE_MANUAL:BOOL=OFF
GETTEXT_MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt
GETTEXT_MSGMERGE_EXECUTABLE:FILEPATH=/usr/bin/msgmerge
MAKECOMMAND:STRING=/usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}"
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=
PKG_CONFIG_ARGN:STRING=
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
SITE:STRING=ajax.firstbooks
WANT_DBUS:BOOL=OFF
WANT_GKR:BOOL=OFF
WANT_GMIME_CRYPTO:BOOL=OFF
WANT_GNUTLS:BOOL=ON
WANT_GTKSPELL:BOOL=ON
WANT_NOTIFY:BOOL=OFF
WANT_WEBKIT:BOOL=OFF
ZLIB_INCLUDE_DIR:PATH=/usr/include
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND
ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libz.so


====================================
Pan build options (with defaults)
prefaced with a help string
====================================

// Build the testing tree.
BUILD_TESTING:BOOL=ON

// Path to a program.
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line

// Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

// Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ...
CMAKE_BUILD_TYPE:STRING=

// Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

// CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

// A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar

// A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib

// Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

// Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

// Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

// Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

// Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

// C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc

// A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar

// A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib

// Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=

// Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

// Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

// Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

// Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

// Path to a program.
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND

// Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=

// Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

// Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

// Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

// Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

// Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=

// User executables (bin)
CMAKE_INSTALL_BINDIR:PATH=bin

// Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=

// Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share

// Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=

// C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include

// Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=

// Object code libraries (lib64)
CMAKE_INSTALL_LIBDIR:PATH=lib64

// Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec

// Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=

// Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var

// Man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=

// C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include

// Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

// Run-time variable data (LOCALSTATEDIR/run)
CMAKE_INSTALL_RUNSTATEDIR:PATH=

// System admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin

// Modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com

// Read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc

// Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

// Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake

// Flags used by the linker during the creation of modules during all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=

// Flags used by the linker during the creation of modules during DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

// Flags used by the linker during the creation of modules during MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

// Flags used by the linker during the creation of modules during RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

// Flags used by the linker during the creation of modules during RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

// Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

// Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy

// Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump

// Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

// Path to a program.
CMAKE_READELF:FILEPATH=/usr/bin/readelf

// Flags used by the linker during the creation of shared libraries during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=

// Flags used by the linker during the creation of shared libraries during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

// Flags used by the linker during the creation of shared libraries during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

// Flags used by the linker during the creation of shared libraries during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

// Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

// If set, runtime paths are not added when installing shared libraries, but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

// If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

// Flags used by the linker during the creation of static libraries during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=

// Flags used by the linker during the creation of static libraries during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

// Flags used by the linker during the creation of static libraries during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

// Flags used by the linker during the creation of static libraries during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

// Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

// Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

// Path to a program.
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND

// If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make.  This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

// Path to the coverage program that CTest uses for performing coverage inspection
COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov

// Extra command line flags to pass to the coverage tool
COVERAGE_EXTRA_FLAGS:STRING=-l

// How many times to retry timed-out CTest submissions.
CTEST_SUBMIT_RETRY_COUNT:STRING=3

// How long to wait between timed-out CTest submissions.
CTEST_SUBMIT_RETRY_DELAY:STRING=5

// Maximum time allowed before CTest will kill the test.
DART_TESTING_TIMEOUT:STRING=1500

// built in user manual (default: off)
ENABLE_MANUAL:BOOL=OFF

// Path to a program.
GETTEXT_MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt

// Path to a program.
GETTEXT_MSGMERGE_EXECUTABLE:FILEPATH=/usr/bin/msgmerge

// Command to build the project
MAKECOMMAND:STRING=/usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}"

// Path to the memory checking command, used for memory error detection.
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND

// File that contains suppressions for the memory checker
MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH=

// Arguments to supply to pkg-config
PKG_CONFIG_ARGN:STRING=

// pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config

// Name of the computer/site where compile is being run
SITE:STRING=ajax.firstbooks

// enable D-Bus support (default: no)
WANT_DBUS:BOOL=OFF

// enable GNOME Keyring or libsecret support (default: off)
WANT_GKR:BOOL=OFF

// enable GMime cryptography support (default: no)
WANT_GMIME_CRYPTO:BOOL=OFF

// enable GnuTLS support (default: on)
WANT_GNUTLS:BOOL=ON

// enable GtkSpell support (default: on)
WANT_GTKSPELL:BOOL=ON

// enable libnotify support (default: off)
WANT_NOTIFY:BOOL=OFF

// enable WebKitGTK support (experimental, default: off)
WANT_WEBKIT:BOOL=OFF

// Path to a file.
ZLIB_INCLUDE_DIR:PATH=/usr/include

// Path to a library.
ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND

// Path to a library.
ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib64/libz.so


Date Sujet#  Auteur
23 Apr 24 * Système D81Lawrence D'Oliveiro
23 Apr 24 +* Re: Système D4candycanearter07
23 Apr 24 i`* Re: Système D3Farley Flud
24 Apr 24 i `* Re: Russell's tiny dick2Joel
24 Apr 24 i  `- Re: Russell's tiny dick1%
23 Apr 24 +* Re: Système D53DFS
23 Apr 24 i`* Re: Système D52candycanearter07
23 Apr 24 i +- Re: Système D1candycanearter07
23 Apr 24 i +* Re: Système D8Farley Flud
23 Apr 24 i i`* Re: Système D7vallor
23 Apr 24 i i `* Re: Système D6Farley Flud
23 Apr 24 i i  +* Re: Système D4Lawrence D'Oliveiro
24 Apr 24 i i  i`* Re: Système D3vallor
24 Apr 24 i i  i `* Re: Système D2Farley Flud
25 Apr 24 i i  i  `- Re: Système D1vallor
24 Apr 24 i i  `- Re: Système D1vallor
23 Apr 24 i +* Re: Système D25Farley Flud
23 Apr 24 i i+* Re: Système D13vallor
23 Apr 24 i ii`* Re: Système D12Chris Ahlstrom
23 Apr 24 i ii `* Re: Système D11candycanearter07
23 Apr 24 i ii  +* Re: Système D9rbowman
23 Apr 24 i ii  i`* Re: Système D8candycanearter07
24 Apr 24 i ii  i `* Re: Système D7rbowman
24 Apr 24 i ii  i  `* Re: Système D6candycanearter07
24 Apr 24 i ii  i   `* Re: Système D5rbowman
24 Apr 24 i ii  i    +* Re: Système D3candycanearter07
25 Apr 24 i ii  i    i`* Re: Système D2rbowman
25 Apr 24 i ii  i    i `- Re: Système D1candycanearter07
24 Apr 24 i ii  i    `- Re: Système D1Chris Ahlstrom
24 Apr 24 i ii  `- Re: Système D1Chris Ahlstrom
24 Apr 24 i i`* Re: Asshole Russell11Joel
24 Apr 24 i i +* Re: Asshole Russell3candycanearter07
24 Apr 24 i i i`* Re: Asshole Russell2Joel
24 Apr 24 i i i `- Re: Asshole Russell1candycanearter07
24 Apr 24 i i +* Re: Asshole Russell6DFS
24 Apr 24 i i i+- Re: Asshole Russell1Joel
24 Apr 24 i i i`* Re: Asshole Russell4candycanearter07
24 Apr 24 i i i +* Re: Asshole Russell2DFS
25 Apr 24 i i i i`- Re: Asshole Russell1candycanearter07
24 Apr 24 i i i `- Re: Asshole Russell1Physfitfreak
24 Apr 24 i i `- Re: Asshole Russell1%
23 Apr 24 i +- Re: Système D1Chris Ahlstrom
23 Apr 24 i +* Re: Système D9Lawrence D'Oliveiro
19 May 24 i i`* Re: Syst?me D8Sebastian
25 Jun 24 i i `* Re: Système D7Lawrence D'Oliveiro
25 Jun 24 i i  +* Re: Système D4candycanearter07
25 Jun 24 i i  i+- Re: Système D1Sebastian Wells
25 Jun 24 i i  i`* Re: Système D2Lawrence D'Oliveiro
26 Jun 24 i i  i `- Re: Système D1candycanearter07
25 Jun 24 i i  `* Re: Système D2Sebastian Wells
25 Jun 24 i i   `- Re: Système D1Lawrence D'Oliveiro
24 Apr 24 i `* Re: Système D7Simon
24 Apr 24 i  +* Re: Système D4Lawrence D'Oliveiro
24 Apr 24 i  i`* Re: Système D3candycanearter07
25 Apr 24 i  i `* Re: Système D2Lawrence D'Oliveiro
25 Apr 24 i  i  `- Re: Système D1candycanearter07
24 Apr 24 i  `* Re: Système D2Farley Flud
24 Apr 24 i   `- Re: Système D1candycanearter07
23 Apr 24 +* Re: Système D3Farley Flud
23 Apr 24 i+- Re: Système D1Chris Ahlstrom
23 Apr 24 i`- Re: Système D1Lawrence D'Oliveiro
24 Apr 24 +- Re: Système D1Farley Flud
15 May 24 `* Re: Syst?me D19Sebastian
17 May 24  `* Re: Système D18Lawrence D'Oliveiro
18 May 24   +* Re: Système D6Farley Flud
19 May 24   i`* Re: Système D5Stéphane CARPENTIER
19 May 24   i `* Re: Système D4Farley Flud
19 May 24   i  `* Re: Système D3Stéphane CARPENTIER
19 May 24   i   `* Re: Système D2Farley Flud
19 May 24   i    `- Re: Système D1Stéphane CARPENTIER
18 May 24   +- Re: Système D1Chris Ahlstrom
19 May 24   +* Re: Syst?me D9Sebastian
19 May 24   i+* Re: Syst?me D2Farley Flud
19 May 24   ii`- Re: Syst?me D1Stéphane CARPENTIER
25 Jun 24   i`* Re: Système D6Lawrence D'Oliveiro
25 Jun 24   i +* Re: Système D2Sebastian Wells
25 Jun 24   i i`- Re: Système D1Lawrence D'Oliveiro
27 Jun 24   i `* Re: Système D3Hunter
27 Jun 24   i  `* Re: Système D2Lawrence D'Oliveiro
29 Jun03:59   i   `- Re: Système D1Hunter
19 May 24   `- Re: Système D1Stéphane CARPENTIER

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal