Page 1 of 1

Linking Error How to solve??

PostPosted: 23 Nov 2009, 13:03
by stephenhope
Hi Everyone,

I am a C++ programmer and I am doing a demo project on C++.I am making it on Linux Fedora.I do not get why there is a linking error occurs in my program. I am using gedit editor and g++ compiler.

Re: Linking Error How to solve??

PostPosted: 24 Nov 2009, 08:26
by ppietro
stephenhope wrote:Hi Everyone,

I am a C++ programmer and I am doing a demo project on C++.I am making it on Linux Fedora.I do not get why there is a linking error occurs in my program. I am using gedit editor and g++ compiler.


If you mean, why doesn't my Linux Fedora program work on YDL? That's because YDL uses much older libraries than current distributions of Fedora.

YDL is based on Red Hat Linux, via the open source CentOS recompile. It is approximately 3 versions behind current Fedora builds.

See here for further details about version differences:
http://en.wikipedia.org/wiki/Red_hat_en ... tributions

If you need to run on a PS3 running YDL, it's best to compile it directly under YDL.

If you're having other compiling issues under Fedora, it's best to ask the Fedora team directly.

Cheers,
Paul