This is the mail archive of the glibc-bugs@sourceware.org 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]

[Bug libc/4597] undef reference to .Lpseudo_end


------- Additional Comments From cse dot hani at gmail dot com  2008-08-12 04:12 -------
I am developing multi-threaded C program, however I knew that I need to install
glibc2 library as I am running RHEL WS4 OS.I am trying to install glibc-2.6
package. I configured it correctly with --prefix='usr/local' and
--enable-add-ons=nptl. However, when I am trying to 'make', it suspends with an
error "undefined reference to .Lpseudo_end.

The exact error log is as follows:

/src/gnu/glibc-build/libc_pic.os(.text+0x96ab3): In function `sync_file_range':
: undefined reference to `.Lpseudo_end'
collect2: ld returned 1 exit status
make[1]: *** [/src/gnu/glibc-build/libc.so] Error 1
make[1]: Leaving directory `/src/gnu/glibc-2.6'
make: *** [all] Error 2

my email is: cse.hani@gmail.com



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cse dot hani at gmail dot
                   |                            |com
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
            Summary|undef reference to          |undef reference to
                   |.Lpseudo_end in             |.Lpseudo_end
                   |sync_file_range.S when      |
                   |__NR_sync_file_range is     |
                   |undef                       |


http://sourceware.org/bugzilla/show_bug.cgi?id=4597

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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