- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
I have a mixed language FORTRAN & C program (CVF 6.6 and Visual C++ 6.0) (everything complies seemlessly)
I have been reading the Heartbreak of MCLS paper by Peter Karam. It says that CVF V6.6 eliminates this conflict but I have to use /nodefaultlibfor libc.lib and libcd.lib for it to link with no errors orI get the following link error
Linking...
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
should I be doing something else besides using the
/nodefaultlibfor libc.lib and libcd.lib
Camille
- Etiquetas:
- Intel® Fortran Compiler
Enlace copiado
1 Responder
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
DoNOT use /nodefaultlib. Instead, make sure that run-time libraries on "Fortran/Libraries/Use run time library" and "C/C++/Code generation/Use run-time library" are the same.
Jugoslav
Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla