Bug 77689
| Summary: | bug of /usr/include/bits/byteswap.h | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Zhixu Liu <liuzx> |
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | fweimer, mitr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-01-07 16:54:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Zhixu Liu
2002-11-12 04:40:37 UTC
I think I have a similar problem. I'm using an Intel compiler to compile a program which worked just fine under Redhat 7.3. Now when I compile I get the following error: ifc -O3 -tpp7 -Vaxlib -w95 -cm -static -r8 -o prism_static x86_prism4-0e_gui.o -L/usr/lib -L./library/x86 -L../f90/library/x86 -lprism ./library/x86/libprism.a(create_socket.o): In function `create_socket_': create_socket.o(.text+0x40): undefined reference to `__bswap_32' make: *** [prism_static] Error 1 Should be fixed in glibc-2.3.1-9 and later. |