Skip to content
Snippets Groups Projects
Commit 99b7b55e authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Suppression duu fichier "arithchk.c" de la lib f2c.

Car possède une fonction main, donc erreur de compilataion de l'OTB en Shared.
parent 1342989d
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ FILE(GLOB OTB6S_SRCS "6SV1.0B/*.c" )
# Not use itkf2c because uncomplete for link 6S main exectuable
FILE(GLOB LIBF2C_SRCS "libf2c/*.c" )
LIST(REMOVE_ITEM ${LIBF2C_SRCS} ${OTB6S_SOURCE_DIR}/libf2c/arithchk.c )
INCLUDE_DIRECTORIES(${OTB6S_SOURCE_DIR}/libf2c)
# Adjust the compiler flags to avoid problems with f2c-generated code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment