Linker Warning

Previous topic - Next topic

bigsofty

Getting this when linking a lib via 'lnk' command line in project options...

Code (glbasic) Select
Warning: .drectve `/DEFAULTLIB:"LIBC" /DEFAULTLIB:"OLDNAMES" ' unrecognized

I think its in a format not to GCC's taste but it seems to work all the same?

Not sure if it should worry me or not?
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

Kitty Hello

tha's options for the microsoft/intel compiler, no?
I use a GCC. What are you trying to do?

bigsofty

I am using Glee for GL Extensions. As I said, it does seem to work but the warning is worrying.
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

bigsofty

Got rid of the warning, found a static win32 .a lib on the web, exchanged it for the .lib one.  :whistle:
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)