How to set purebasic 64-bit it looks libs in /usr/lib64

Linux specific forum
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

How to set purebasic 64-bit it looks libs in /usr/lib64

Post by Coolman »

I am currently testing the 64-bit Fedora 13 vmplayer (vmware), I like the consistency and timeliness of the fedora, such as 64-bit libraries are installed in /usr/lib64 and those of 32-bit /usr/lib, this problem arises with purebasic 64 bit, it seems :roll: that the compiler searches for example lib 64-bit libstdc++ /usr/lib instead of /usr/lib64 :

:?: :?: :?:
- How to set purebasic 64 bit, it looks for the libs in /usr/lib64 instead of /usr/lib
*** Excuse my bad English, I uses has translating program ***
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: How to set purebasic 64-bit it looks libs in /usr/lib64

Post by DarkDragon »

Every other linux distribution developing group noticed that its better to symlink /usr/lib to /usr/lib64 instead of /usr/lib32.
bye,
Daniel
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

Re: How to set purebasic 64-bit it looks libs in /usr/lib64

Post by Coolman »

I find that keeping /usr/lib for libraries 32-bit is more coherent and allows compatibility with 32-bit packages, the Fedora can also be installed without problems and the old packages can be used without the worries 32-bit programs in perfect consistency with the 64-bit programs, it makes me seem very logical ...

:?:
purebasic is what can change the path of access to libraries, would solve the problem ...
*** Excuse my bad English, I uses has translating program ***
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

Re: How to set purebasic 64-bit it looks libs in /usr/lib64

Post by Coolman »

Well, apparently, is that the checkinstall script kidding me and misled since verified the presence of the libstdc + + lib in / usr / lib instead of / usr/lib64, he would still have the adapt to the 64-bit ...

so I installed the libraries need and purebasic run properly, but I have a problem when compiling with this message:

Image

having said that I manage to compile the source code into executable directly but has not run under purebasic ...
*** Excuse my bad English, I uses has translating program ***
Post Reply