[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Hi there!
From: |
Christian Jullien |
Subject: |
Re: [Tinycc-devel] Hi there! |
Date: |
Sun, 18 Apr 2021 07:36:12 +0200 |
Hello,
I gave a quick try on my RPi with different OpenSSL versions:
* openssl 3.0 beta
CC=tcc ./Configure no-asm
And after removing two unsupported -Wl options, compilation fails because
OpenSSL seams to require C11 complex which is unfortunately not supported by
tcc.
* openssl-1.0.2u works however ROOTB with
CC=tcc ./Configure no-asm linux-armv4
I've not tried opengl.
What do you want to do exactly? Do you want to make a project that *uses*
openssl and opengl? If it's the case, gcc precompiled libraries 'probably' work
with a program compiled by tcc. You just have to link with those libraries.
It's another story if you want to compile both of them with tcc.
-----Original Message-----
From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange.fr@nongnu.org] On
Behalf Of admin@reirao.net
Sent: Sunday, April 18, 2021 02:22
To: tinycc-devel@nongnu.org
Subject: [Tinycc-devel] Hi there!
Hi!
Excuse my intrusion.
I started to research some time ago and would like to start from scratch my
next development.
tcc looks awesome, so I thought using C is a great start.
Do you have any guides to help me getting openssl and opengl running with tcc?
I .. long talk short meaning: I would like to put together all my "attempts" to
one basic level.
could you support me please?
Thank you
yours
ReiRao
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel