https://github.com/ceyhunkerti/funloader
https://github.com/ceyhunkerti/funloader
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceyhunkerti/funloader
- Owner: ceyhunkerti
- Created: 2016-07-28T22:37:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T22:40:12.000Z (about 9 years ago)
- Last Synced: 2025-01-03T08:47:45.052Z (9 months ago)
- Language: C
- Size: 551 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog.dat
Awesome Lists containing this project
README
AIX
-------------------------------------------------------cc -g -O3 -DOCI_IMPORT_LINKAGE -DOCILIB_CHARSET_ANSI -DSIMULATION -I/usr/local/include -L/u01/app/oracle/product/10.2.0/db_1/lib32 -L/u01/app/oracle/product/10.2.0/db_1/lib -L/usr/local/lib -locilib demo.c -o demo
LD_LIBRARY_PATH=/usr/local/lib:$ORACLE_HOME/lib:$ORACLE_HOME/lib32
LD_LIBRARY_PATH=/usr/local/lib:/u01/app/oracle/product/10.2.0/db_1/lib32:/u01/app/oracle/product/10.2.0/db_1/lib
LIBPATH=/u01/app/oracle/product/10.2.0/db_1/lib:/u01/app/oracle/product/10.2.0/db_1/lib32:/usr/lib:/lib
-------------------------------------------------------