Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: pedro on April 03, 2009, 12:58:08 PM

Poll
Question: How to fix plugns searching directory?
Option 1: Fix it yourself votes: 0
Option 2: Calm down, I'll help you! votes: 0
Title: Trouble running on x86_64 linux
Post by: pedro on April 03, 2009, 12:58:08 PM
Hello.
I'm running x86_64 linux distro with libraries placed in /usr/lib64 NOT /usr/lib
At compilation of codeblocks I do pointing the following options:
CONFIGURE_FLAGS+="--with-contrib-plugins=all --enable-static \
--enable-source-formatter --enable-autosave \
--enable-class-wizard  --enable-code-completion \
--enable-compiler --enable-debugger --enable-mime-handler \
--enable-open-files-list --enable-projects-importer \
--enable-scripted-wizard  --enable-todo --enable-xpmanifest \
--enable-pch  --prefix=/usr --disable-debug --libdir="/usr/lib64"
The problem is when i start codeblocks it:
Scanning for plugins in /usr/lib/codeblocks/plugins
But the actual place where plugins placed is /usr/lib/codeblocks/plugins  lib64!!! not lib

How can i fix it? Thx in advance.