hi,

also ich habe es inzwischen geschafft gentoo wieder zum richtigen booten
zu bekommen. Dazu musste ich erstmal aus ext3 wieder ext2 machen, da
fsck.ext3 sich standhaft weigerte das System anzufassen. Nach etwa 500
reboots von der Knoppix CD, bzw. toms Diskette, viel suchen etc, hab ich
das auch hinbekommen. Dann hab ich versuch direkt den Kernel zu sagen,
er m�chte bitte / nur ro mounten, und dann auf mich warten, tat er
nicht. Also rein in den init 1, / ro mounten dann lief e2fsck endlich,
und meldete Fehler wie, das etwas ein Attribut eines Ordners h�tte, aber
kein Ordner war, au�erdem jedemenge Inodes Fehler :-( .Nach einer Weile
konnte ich das System wieder neuststarten. Allerdings meldeten Hylafax
und capi4hylafx immer noch den Fehler, das sie auf bestimmte libs nicht
zugreifen k�nne. Also hab ich capi4hylafax neu compiliert, ohne Probs,
das selbe woll ich mir Hylafax auch machen, beim ./configure stehen:

root@debian hylafax-4.1.5 # ./configure

Configuring HylaFAX (tm) (aka FlexFAX) 4.1.5.

If configure does the wrong thing, check the file config.log for
information that may help you understand what went wrong.

Reading site-wide parameters from ./config.site.
Here we are again, this time on a i586-pc-linux-gnu system.
Using /usr/bin/gcc for a C compiler (set CC to override).
Looks like /usr/bin/gcc supports the -g option.
Using " -g" for C compiler options.
Looks like /usr/bin/gcc has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Looks like /usr/bin/gcc supports the -M option for generating make
dependencies.
Using /usr/bin/g++ for a C++ compiler (set CXX to override).
Looks like /usr/bin/g++ supports the -g option.
Using " -g" for C++ compiler options.
Looks like /usr/bin/g++ has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Using /usr/bin/make to configure the software.
Using "include file" syntax for Makefiles.
Looks like make supports "sinclude" for conditional includes.
Using /bin/bash to process command scripts.
./a.out: error while loading shared libraries: libstdc++-libc6.2-2.so.3:
cannot open shared object file: No such file or directory

Broken C++ handling of global constructors (g++//usr/bin/g++).

Compilation or execution of the following test program failed:

----------------------------------------------------------
class foo {
private:
    int a;
public:
    foo() { a = -1; }
    int isInitialized() { return a == -1; }
};
static foo instanceOfFoo;
int main() { return instanceOfFoo.isInitialized() ? 0 : 1; }
----------------------------------------------------------

This program tests whether or not the C++ compilation support properly
handles global static variables with constructors.  A working C++
compilation environment is expected to arrange that global variables
that have a constructor function (foo::foo() above) be called prior to
the start of main().  HylaFAX will not operate properly if the C++
compilation environment does not correctly implement this.

When using GNU gcc this can sometimes happen if gcc is improperly
configured; consult your local GNU guru/support person for help with
this problem.


Unrecoverable error!  Once you've corrected the problem rerun this
script.


Damit kann ich jetzt nicht wirklich etwas anfangen:

root@debian hylafax-4.1.5 # ls -l
/usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/
total 13776
-rw-r--r--    1 root     root        88205 Sep 22 15:23 SYSCALLS.c.X
-rwxr-xr-x    1 root     root      1674168 Sep 22 15:23 cc1
-rwxr-xr-x    1 root     root      1819088 Sep 22 15:23 cc1chill
-rwxr-xr-x    1 root     root      1743288 Sep 22 15:23 cc1obj
-rwxr-xr-x    1 root     root      2133804 Sep 22 15:23 cc1plus
-rw-r--r--    1 root     root         2372 Sep 22 15:23 chillrt0.o
-rwxr-xr-x    1 root     root        62924 Sep 22 15:23 collect2
-rwxr-xr-x    1 root     root        90460 Sep 22 15:23 cpp0
-rw-r--r--    1 root     root         1944 Sep 22 15:23 crtbegin.o
-rw-r--r--    1 root     root         2160 Sep 22 15:23 crtbeginS.o
-rw-r--r--    1 root     root         1392 Sep 22 15:23 crtend.o
-rw-r--r--    1 root     root         1496 Sep 22 15:23 crtendS.o
-rwxr-xr-x    1 root     root      2143008 Sep 22 15:23 f771
drwxr-xr-x    6 root     root         4096 Sep 22 15:23 include
-rwxr-xr-x    1 root     root      1757968 Sep 22 15:23 jc1
-rwxr-xr-x    1 root     root         6316 Sep 22 15:23 jvgenmain
-rw-r--r--    1 root     root       123160 Sep 22 15:23 libchill.a
-rw-r--r--    1 root     root       385898 Sep 22 15:23 libg2c.a
-rw-r--r--    1 root     root       868150 Sep 22 15:23 libgcc.a
-rw-r--r--    1 root     root       120612 Sep 22 15:23 libobjc.a
-rw-r--r--    1 root     root       549986 Sep 22 15:23
libstdc++-3-libc6.2-2-2.10.0.a
-r-xr-xr-x    1 root     root       412689 Sep 22 15:23
libstdc++-3-libc6.2-2-2.10.0.so
lrwxrwxrwx    1 root     root           30 Oct 15 10:16
libstdc++-libc6.2-2.a.3 -> libstdc++-3-libc6.2-2-2.10.0.a
lrwxrwxrwx    1 root     root           31 Oct 15 10:16
libstdc++-libc6.2-2.so.3 -> libstdc++-3-libc6.2-2-2.10.0.so
lrwxrwxrwx    1 root     root           23 Oct 15 10:16 libstdc++.a ->
libstdc++-libc6.2-2.a.3
lrwxrwxrwx    1 root     root           24 Oct 15 10:16 libstdc++.so ->
libstdc++-libc6.2-2.so.3
-rw-r--r--    1 root     root         2180 Sep 22 15:23 specs


Ich werd gcc nochmal compilieren lassen, hoffe dass das Problem dadurch
gel�st wird. 


cu denny


Am Mit, 2002-10-23 um 20.13 schrieb [EMAIL PROTECTED]:
 
> Prob bleibt bestehen. 


----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an