Page 1 of 1

lib error

Posted: Sat Mar 19, 2011 5:07 pm
by Brujah
I just tried to install purebasic 4.51 with the old method.
Like copying files to /usr/bin

When I try to compile anything I get:

Code: Select all

markus@laptop ~/lostlabyrinth/pb $ pbcompiler laby.pb

******************************************
PureBasic 4.51 (Linux - x86)
******************************************

Loading external modules...
Error: Line 0 - Duplicated library command: GetExtensionPart() (in libraries Misc2 and FileSystem).
Pb works great when I call purebasic in its folder by ./purebasic.

Re: lib error

Posted: Sat Mar 19, 2011 5:16 pm
by ts-soft
remove the old version of pb!

Re: lib error

Posted: Sat Mar 19, 2011 5:22 pm
by Brujah
thanks. that worked.