From mboxrd@z Thu Jan 1 00:00:00 1970 From: tobias_meier@my-deja.com To: help-gcc@gnu.org Subject: Problems with fopen and strcmp.c Date: Tue, 09 Nov 1999 05:12:00 -0000 Message-id: <8095v8$qcl$1@nnrp1.deja.com> X-SW-Source: 1999-11/msg00107.html Hi, I am using Suse Linux 6.0. Compiling following file with XWPE. #include #include #include #include main() { File *in_ptr = NULL; char *in_file = "myfile"; in_ptr = fopen(in_file,"r"); ... } I receive, running the compiled file, the error : segmentation fault Debugging the file with GDB : GDB stopps before fopen and I get the message " can't find file : ../sysdeps/generic/strcmp.c " Who knows what to do ? Thanks Tobias Sent via Deja.com http://www.deja.com/ Before you buy. From mboxrd@z Thu Jan 1 00:00:00 1970 From: tobias_meier@my-deja.com To: help-gcc@gnu.org Subject: Problems with fopen and strcmp.c Date: Tue, 30 Nov 1999 23:28:00 -0000 Message-ID: <8095v8$qcl$1@nnrp1.deja.com> X-SW-Source: 1999-11n/msg00107.html Message-ID: <19991130232800.aZgeK7HjJE1ASLwQNsyseUhZW6ehFSr_Gv1tuilyxTE@z> Hi, I am using Suse Linux 6.0. Compiling following file with XWPE. #include #include #include #include main() { File *in_ptr = NULL; char *in_file = "myfile"; in_ptr = fopen(in_file,"r"); ... } I receive, running the compiled file, the error : segmentation fault Debugging the file with GDB : GDB stopps before fopen and I get the message " can't find file : ../sysdeps/generic/strcmp.c " Who knows what to do ? Thanks Tobias Sent via Deja.com http://www.deja.com/ Before you buy.