GLBasic forum

Main forum => GLBasic - en => Topic started by: bigsofty on 2011-Sep-09

Title: Linker Warning
Post by: bigsofty on 2011-Sep-09
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?
Title: Re: Linker Warning
Post by: Kitty Hello on 2011-Sep-09
tha's options for the microsoft/intel compiler, no?
I use a GCC. What are you trying to do?
Title: Re: Linker Warning
Post by: bigsofty on 2011-Sep-10
I am using Glee for GL Extensions. As I said, it does seem to work but the warning is worrying.
Title: Re: Linker Warning
Post by: bigsofty on 2011-Sep-12
Got rid of the warning, found a static win32 .a lib on the web, exchanged it for the .lib one.  :whistle: