10.1.0 compile problems

Notices and updates
Locked
tom
Posts: 168
Joined: Wed Jul 14, 2004 10:32 pm

10.1.0 compile problems

Post by tom »

Howdy guys.

I'm not able to build 10.1.0; I get gobs of undefined reference errors.

Code: Select all

newlisp.o: In function `expand':
undefined reference to...
...
I'm using makefile_linuxLP64_utf8

I'll be happy to paste all the error lines if it will help.

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

You probably don't have libreadline5-dev installed.

Edit the makefile_linuxLP64_utf8 and take out the -DREADLINE flag and out-comment the link line without "-lreadline -lncurses"

Locked