From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 Description of problem: gcl 2.5.3 compiled and worked fine under red hat 9.0. Under Fedora Core 1 gcl 2.5.3 segfaults during compilation. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.tar -xzvf gcl-2.5.3.tar.gx 2.cd gcl-2.5.3 3../configure 4.make Actual Results: The make progresses for a long time but eventually segfaults. Expected Results: make should finish Additional info:
What segfaults? GCC or GCL? If the latter, then it is more probably a bug on GCL's side. You might also try setarch i386 make if GCL doesn't like address space randomization Fedora Core kernels do.
I tried setarch i386 and gcl compiled and ran correctly. Thanks!
That means it makes incorrect assumptions about address space layout. So it is GCL that needs to be fixed.