[Objc-discuss] SUSE "Open Build Service" for Portable Object Compiler
Smalltalk 80 extensions for C programs
Brought to you by:
stes
|
From: <st...@te...> - 2026-07-27 17:27:04
|
There's a new version of Portable Object Compiler : objc 3.4.17 There's also binary objc and objc-devel rpm (redhat package manager) packages, at the SUSE "Open Build Service" (OBS) for SUSE Linux and openSUSE Linux. https://build.opensuse.org/project/show/home:stes In the case of the SUSE OBS the way to add/install the rpm's is zypper addrepo https://download.opensuse.org/repositories/home:stes/SLE_15_SP2/home:stes.repo zypper refresh zypper install objc objc-devel SLE_15_SP2 is an example, other possibilities are SLE_11_SP4, SLE_12_SP5, SLE_15_SP1, or: zypper addrepo https://download.opensuse.org/repositories/home:stes/15.3/home:stes.repo 15.3,15.4,15.5,15.6,15.7, 16.0, openSUSE_Slowroll, openSUSE_Tumbleweed Note that OBS rpmlint seems to force to put the header files/libraries in objc-devel, so there are two packages where objc only has the compiler driver. David Stes |