pclarke91 / rl-glue-ext

Automatically exported from code.google.com/p/rl-glue-ext
0 stars 0 forks source link

Can't install if there are spaces in the working directory #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Extract rlglue-3.04 into a directory with a space somewhere in that 
directory's path (I had mine in "/home/howard/s2012/RL/rlglue-3.04", but s2012 
is a symlink, so the full path was actually "/home/howard/data/Organized 
data/Documents/Summer 2012/RL/rlglue-3.04")
2. ./configure, make, sudo make install
I was able to install after I renamed "Organized data" and "Summer 2012".

What is the expected output? What do you see instead? (Below is what I got as 
output. It's not the original output though. It's what I got after I removed 
all spaces from the directories that originally had spaces. It was the same 
message every time, just with a different directory.)
libtool: install: warning: relinking `librlgluenetdev.la'
libtool: install: (cd /home/howard/s2012/RL/rlglue-3.04/src; /bin/sh 
/home/howard/s2012/RL/rlglue-3.04/libtool  --tag CC --mode=relink gcc -Wall 
-pedantic -std=c99 -O2 -g -g -O2 -version-info 0:0:0 -release 0:0:0 -o 
librlgluenetdev.la -rpath /usr/local/lib librlgluenetdev_la-RL_network.lo 
librlgluenetdev_la-RL_glue_debug.lo librlutils.la )
../libtool: line 944: cd: /home/howard/s2012/RL/rlglue-3.04/src: No such file 
or directory
/bin/sh: /home/howard/s2012/RL/rlglue-3.04/libtool: No such file or directory
libtool: install: error: relink `librlgluenetdev.la' with the above command 
before installing it
make[2]: *** [install-libLTLIBRARIES] Error 1

What version of the product are you using? On what operating system?
rlglue-3.04 on Arch Linux

Original issue reported on code.google.com by howardhu...@gmail.com on 26 Jun 2012 at 7:08