hello,
gcc 4.4.4 c89 Fedora 13
I am wondering what is better. To give you a compile of examples: apache runtime portable and log4c.
The apr version in my fedora repository is 1.3.9. The latest stable version on the apr website is 1.4.2.
Questions
- Would it be better to download from the website and install, or install using yum?
- When you install from yum sometimes it can put things in many directories. When installing from the tarball you can put the includes and libraries where you want.
- The log4c the versions are the same, as this is an old project.
- I downloaded log4c using yum. I copied all the includes and libraries to my development project directory.
i.e.
project_name/tools/log4c/inc
project_name/tools/log4c/libs
However, I noticed that I had to look for some headers in the /usr/include
directory.
Many thanks for any suggestions,