Re: [hatari-devel] GCC 4.9 is now used on my builds |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Thomas Huth <th.huth@xxxxxx>
- Subject: Re: [hatari-devel] GCC 4.9 is now used on my builds
- From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- Date: Fri, 30 May 2014 22:44:05 +0200
- Cc: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Yoatt2UZjzTqnRSXw72mPLwOMfQu+rbPt06G2mQaIt4=; b=y5pqDk1Sv6IsSth/y5SRjNWTZikXjo0T1P+Nkl/T69oraSSPVhdign/MkblhvH1uDh uarPEXnQ9FUzskeuD2tHyOgBbdnA3urQX40dYyG6aQrwlVN7kWLUjaiec8S4Tr1JLtSG HyROgVhncXC9icFDK4QRh9VhUqi3ZnSHYUg38yuQGa3pkWfeBgbA/T0mPi8dKKyvkLAQ QP47Uq0sO9hu8xYcYVZKPoRZTGj6IIPt3fGFr28YOEbTx9WduPl9WHJ3/ksVFOtVVh13 XbSRG5se0zjHTO2f/bzebXrLw4iMwo1zMzsbx5jzHtnaYt9cK3sNb5UQtbCf/bHQ6Yyy gT9g==
On Fri, May 30, 2014 at 6:04 PM, Thomas Huth <th.huth@xxxxxx> wrote:
> Could you maybe first have a look at the log files of cmake (should
> be CMakeFiles/CMakeOutput.log and CMakeFiles/CMakeError.log) and post
> the results related to the rl function? Maybe there is also something
> wrong with the way we check for the function in Hatari's CMakeLists.txt
> file...
>
Found it. When linking with a static library is also needs either
-ltermcap or -l{n]curses.
I'm no CMake guru so I'm a bit unsure how to fix it.