Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: backward compatibility issue: msg#00005
|
Subject: |
Re: backward compatibility issue |
On Wed, Mar 09, 2005 at 01:35:10PM -0700, Lonnie Gliem wrote:
> I have been trying to get VCS to run with Fedora Core 3. Since VCS was
> supporting enterprise 3.0. I took the compat-gcc and compat-glibc source
> rpms from enterprise 4.0 and built them with the fedora libs. That
> worked so I then installed them which also worked. I then added -
> L /usr/lib/i386-redhat-linux3E/lib to the link line for VCS.
> But I still get the same link error as without the compat libs. See
> Below. Anyone know what I have done wrong??
It is not enough that you have compat-glibc installed, you need
to actually use it.
I.e. instead of using gcc use
gcc -static-libgcc -I /usr/lib/i386-redhat-linux7/include \
-B /usr/lib/i386-redhat-linux7/lib/ -L /usr/lib/i386-redhat-linux7/lib/
Jakub
|
| |