This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Programs compiled with "-fPIE" + "-pie" seg fault on sparc-linux [testcase].


[Balint Cristian]
> First hope on right list, just remarked that programs compiled with
> -fPIE and linked with -pie instead -ldl not work it seg fault.

I'm not sure if this is the correct mailing list.

> [root@sun server]# gcc -pie -fPIE pietest.c -o pietest

When I test this on Debian Woody for x86, I get this message:

  % gcc -pie -fPIE pietest.c -o pietest
  gcc: unrecognized option `-pie'
  cc1: Invalid option `-fPIE'
  %

Is it sparc-specific?

If this is a glibc bug, the bug could be reported into
<URL:http://sources.redhat.com/bugzilla/>.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]