texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] Fail to build shell plugin


From: Tian-Min Yan
Subject: [Texmacs-dev] Fail to build shell plugin
Date: Sat, 2 Nov 2013 20:52:41 +0100

Hi,

The plugin for shell has the linking error (g++ 4.8.1 on Ubuntu Linux):
tm_shell.cpp:(.text+0x7c7): undefined reference to `forkpty'

The linking option "-lutil" in "./plugins/shell/Makefile" needs reorder to repair,
bin/tm_shell: src/tm_shell.cpp
    $(CXX) $(CPPFLAGS) $(CXXFLAGS)  -I../../src/System src/tm_shell.cpp -o bin/tm_shell -lutil

best,
Tian-Min

reply via email to

[Prev in Thread] Current Thread [Next in Thread]