User forums > Help
[solved] undefined reference to `lmA68k' on svn 6862..now, Ubuntu 10.10 x86
blauzahn:
after a make in trunk entered
find . -name *68k*
gives nothing compiled, only the sources
Jenna:
--- Quote from: blauzahn on December 16, 2010, 09:29:36 am ---after a make in trunk entered
find . -name *68k*
gives nothing compiled, only the sources
--- End quote ---
--- Quote from: jens on December 16, 2010, 09:07:15 am ---You should run ./bootstrap also, because the Makefile.am has changed (new lexer for 68k), otherwise the Makefile.in's (and therfore the Makefile's) can not be created properly.
--- End quote ---
Did you do this (before running ./configure and make ?
blauzahn:
@jens: that works
./bootstrap
make clean
make distclean
svn update
./configure --prefix=/usr/local --with-contrib-plugins=all
make -j 2
did the job.
thanks
oBFusCATed:
This is a bit safer approach (I think):
--- Code: ---make clean
make distclean
svn update
./bootstrap
./configure --prefix=/usr/local --with-contrib-plugins=all
make -j 2
--- End code ---
blauzahn:
Yes you are right. In my case it worked because I already had run the update earlier.
Navigation
[0] Message Index
[*] Previous page
Go to full version