Yum installation gnustep for objective-c #282
Labels
documentation
Tag issues or enhancements related to the project documentation here.
packaging
Package related issues.
Hi everyone,
I have the next situation, I need compile objective-c in a distribution with yum (like Fedora or RHEL 7). For testing purpose I was use a Docker with Fedora (36) and another with Ubuntu 22.04.1 (Only for comparation).
But in Fedora I don't get the all packages what I need (in Ubuntu yes, and I can compile a little Hello World project in Objective-c).
I install all package recommend in both Distributions (gcc, make, gcc-objc in Fedora, gobjc++ in Ubuntu, etc.).
In Ubuntu I use the next command for gnustep: apt-get install -y gnustep gnustep-devel, not posible in yum the same way, even replacing apt-get by yum, so I use yum install gnustep-base gnustep-base-devel, but not all folders generated.
I left this image to comparison of folders creation
In this other, I only have two folders (Foundation and GNUStepBase) in Fedora, but in Ubuntu I have GNUStep folder (in same path of both distributions /usr/include)
and inside of GNUStep of Ubuntu I have more folders (included Foundation and GNUStepBase)
I run the next command to compile thep program: gcc main.m
gnustep-config --objc-flags
-lobjc -lgnustep-base -o main (success in Ubuntu, but not in Fedora)I did something wrong?
Thanks for help,
Greetings!
The text was updated successfully, but these errors were encountered: