PL/SQL (MOSC)

MOSC Banner

to Compile lib in c for external procedures Oracle

edited Jun 6, 2013 4:52AM in PL/SQL (MOSC) 2 commentsAnswered
Hello,
I hace a system operative solaris11
Oracle 11.2.3

I  need to compile lib in c, but i never i have compiled in solaris, this libraries will be for Oracle.

iI have this command.

gcc -fPIC -c -o libl.o  libl.c, one library compiled well, but other library , show me errors as it;

i don't know, i shouldn't  do,  with the linkers.

nu_lib.c:268: error: conflicting types for 'Decimalizar'
nu_lib.c:113: error: previous declaration of 'Decimalizar' was here
nu_libs.c:268: error: conflicting types for 'Decimalizar'
nu_lib.c:113: error: previous declaration of 'Decimalizar' was here
nu_libs.c:313: error: conflicting types for 'SumaMod10'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center