bison compiling .yy files

2002-11-10 Thread Alexander Olefirenko
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

linking with static libs

2000-09-28 Thread Alexander Olefirenko
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

linking with static libs

2000-09-27 Thread Alexander Olefirenko
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

static libs

2000-09-27 Thread Alexander Olefirenko
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.

*.a libraries

2000-09-27 Thread Alexander Olefirenko
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.

Using automake/libtool causes SegF

2000-08-27 Thread Alexander Olefirenko
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

Using automake/libtool causes SegF

2000-08-21 Thread Alexander Olefirenko
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