Hi!
i just downloaded latest automake version and get the problem.
i have parser.yy file which is in the SOURCES list.
while making the project i got a error:
no target parser.cpp to build parser.lo (or something like this - i
can't remember the message exactly.)
The problem was solved by adding pa
Sorry :)
here's it :
configure.in:
AC_INIT(acinclude.m4)
AM_INIT_AUTOMAKE(ocicpplib,`cat VERSION`)
AC_PROG_CXX
AC_PROG_CXXCPP
CFLAGS=""
AC_PROG_INSTALL
AM_PROG_LIBTOOL
AC_LANG_CPLUSPLUS
OCICPPLIB_VERSION
ORACLE_PATH
CXXFLAGS="$ORACLE_INCLUDES"
#DEBUG_LEVEL="DLEV_FATAL"
OCICPP_DEBUG_LEVEL
AC_OUTPU
Hello !
Can anybody tell me what to do if building a library i need to link it with
static lib (lib*.a)? While linking libtool tells there's a problims with linking
with files with my lib, but linking it by hand works fine ...
Is there anysolvation for this ?
Please help and excuse me for my eng
Hello !
Can anybody tell me what to do if building a library i need to link it with
static lib*.a ? While linking libtool tells there's a problims with linking
with files with my lib, but linking it by hand works fine ...
Is there and solvation for this ?
Please help and excuse me for my english.
Hello !
Can anybody tell me what to do if building a library i need to link it with
static lib*.a ? While linking libtool tells there's a problims with linking
with files with my lib, but linking it by hand works fine ...
Is there and solvation for this ?
Please help and excuse me for my english.
Hi!
i'm using automake to build library what woking with Oracle and uses another
library libclntsh.so from $ORACLE_HOME/lib
here's some rules from Makefile.am :
lib_LTLIBRARIES = libocicpp.la
INCLUDES= @ORACLE_INCLUDES@ -I$ORACLE_HOME/plsql/public and so on
libocicpp_la_LDFLAGS = -L@ORACLE_LIBD
Hi!
i'm using automake to build library what woking with Oracle and uses another
library libclntsh.so from $ORACLE_HOME/lib
here's some rules from Makefile.am :
lib_LTLIBRARIES = libocicpp.la
INCLUDES= @ORACLE_INCLUDES@ -I$ORACLE_HOME/plsql/public and so on
libocicpp_la_LDFLAGS = -L@ORACLE_LIBD