Menu

#3 basic difficulties make on RHEL4 --with-oracle OSDB 0.21

open
nobody
None
5
2012-10-02
2006-04-13
Andrew Lacy
No

I am having basic difficulties with make on RHEL4 --
with-oracle OSDB 0.21

The configure seems to work correctly
oracle@mgmora02 [~]
!40 > cd /u01/osdb-0.21

oracle@mgmora02 [/u01/osdb-0.21]
!41 > ./configure --prefix=pwd --with-
oracle=/u01/osdb-0.21/oracle_config
checking for oracle_config... /u01/osdb-
0.21/oracle_config
configure: Oracle version is 10.2.0.2.0
checking Oracle compiler options... -
I'/opt/oracle/product/rdbms/9.2.0/rdbms/public'
checking Oracle linker options... -
L'/opt/oracle/product/rdbms/9.2.0/lib'
checking for gcc... gcc
checking for C compiler default output file name...
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gm4... no
checking for m4... m4
checking whether m4 supports --prefix-builtins... yes
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating makefile.include

But the make appears to do nothing

oracle@mgmora02 [/u01/osdb-0.21]
!43 > make
make -C src all
make[1]: Entering directory /u01/osdb-0.21/src' for i in callable-sql embedded-sql; do make -C $i all || exit; done make[2]: Entering directory/u01/osdb-
0.21/src/callable-sql'
for i in ../dummy; do make -C $i all || exit; done
make[3]: Entering directory /u01/osdb-0.21/src/dummy' make[3]: Nothing to be done forall'.
make[3]: Leaving directory /u01/osdb-0.21/src/dummy' make[2]: Leaving directory/u01/osdb-
0.21/src/callable-sql'
make[2]: Entering directory /u01/osdb- 0.21/src/embedded-sql' for i in ../dummy; do make -C $i all || exit; done make[3]: Entering directory/u01/osdb-0.21/src/dummy'
make[3]: Nothing to be done for all'. make[3]: Leaving directory/u01/osdb-0.21/src/dummy'
make[2]: Leaving directory /u01/osdb- 0.21/src/embedded-sql' make[1]: Leaving directory/u01/osdb-0.21/src'

oracle@mgmora02 [/u01/osdb-0.21]
!44 >

[root@mgmora02 osdb-0.21]# make --version
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.
There is NO warranty; not even for MERCHANTABILITY or
FITNESS FOR A
PARTICULAR PURPOSE.
[root@mgmora02 osdb-0.21]#

what am I doing wrong?
(config.log also uploaded)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.