bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Linking CommonC++-1.9.5 into my project under Redhat 7.2


From: Hieu Thao
Subject: Linking CommonC++-1.9.5 into my project under Redhat 7.2
Date: Thu, 28 Feb 2002 15:49:41 +0700

Hi,
I am beginer with linux programming. I want to using CommonC++-1.9.5 library under RedHat linux 7.2. But I don't known link my project with CommonC++ library. How to link this library into my program.
I have read a following sentence :
 
[Makefile.am]
 
EXTRA_DIST=ccgnu-config.in ccgnu-config ost_check.m4 Makefile.bcc
address@hidden@
CXXFLAGS = -I../src @CXXFLAGS@ $(THREAD_FLAGS)
CFLAGS = @CFLAGS@ $(THREAD_FLAGS)
INCLUDES = -I$(CCXX_DIR) @XML_FLAGS@
LDFLAGS = @LDFLAGS@ $(LT_VERSION) -release $(LT_RELEASE)
ccxxincludedir=$(includedir)/cc++
...
 
What it's mean?
If I wanted to use KDevelop, I would set how to parameter option project.
Thanks for helping me.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]