[Freemint-list] Compile Problems
Markus Fröschle
mfro999 at gmail.com
Tue Jul 18 20:15:27 MSD 2017
As Thorsten already pointed out, you are missing libfl.a. A common
problem that regularly comes up with Xcode.
Luckily, libfl.a can be ridiculously trivial. You should be able to get
away with the following:
|int main() { while (yylex()); return 0; } int yywrap() { return 1; }|
Compile and archive this into libfl.a and place it somewhere the linker
will be able to find it. Should be enough.
Am 18.07.2017 um 16:48 schrieb Vincent Rivière:
> On 18/07/2017 at 16:43, Ingo Uhlemann wrote:
>> Can I fix this issue by changing some code in the Freemint Sources
>> or,
> No way.
>
>> should I try to install this library ?
> You must.
>
>> Is this library needed on Mac Side or is it in the Cross Compiler
>> side needed ?
> On the Mac side.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.atariforge.org/pipermail/freemint-list/attachments/20170718/32c5e867/attachment.html
More information about the Freemint-list
mailing list