tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] -run question


From: Henrik Nordstrom
Subject: Re: [Tinycc-devel] -run question
Date: Fri, 1 Apr 2005 08:36:54 +0200 (CEST)

On Fri, 1 Apr 2005, Paul Furber wrote:

But when I try to run it directly, tcc can't find a whole lot of symbols
that are in lualib.so and that are linked in correctly as above:
address@hidden lua $ tcc "-run -llualib -llua -lm -ldl" luatcc.c
tcc: undefined symbol 'luaopen_base'

This is a longshot, but try reordering the libraries

tcc "-run -llua -llualib -lm -ldl" luatcc.c

Regards
Henrik




reply via email to

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