Bug #9677 2006-12-10 17:20
murlock
Running a project on Solaris
When trying to running (or debugging) an app with CodeBlocks on Solaris 10, I have this error :
xterm: can't execvp LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH /usr/local/test_cb/bin/cb_console_runner "/home/murlock/mytest/bin/Debug/mytest"
It seems that the solaris xterm don't support two commands for the -e parameter and quote (or double quote) to specify command.
With xterm -e /usr/local/test_cb/bin/cb_console_runner /home/murlock/mytest/bin/Debug/mytest, it works.
But with double-quote or single-quote, term -e "/usr/local/test_cb/bin/cb_console_runner /home/murlock/mytest/bin/Debug/mytest", xterm complains that cannot execvp /usr/local/test_cb/bin/cb_console_runner /home/murlock/mytest/bin/Debug/mytest
I'm not very sure what is the best way to fix that... a temporary batch, other xterm parameter or another xterm like app ?
SVN Version : 3362
- Category
- Application::Editor
- Group
- Status
- Open
- Close date
- Assigned to