Hi, I am trying to port a program from BSD to linux. In the code that takes care of log messages there is a line: static FILE *log_output = stderr; which is okay in BSD, but when try compiling it on linux, I got an error: : initializer element is not constant so could anyone tell me how to change it to make it work with linux? Thanks a lot! // jinsong - To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to [EMAIL PROTECTED]
- Re: FILE = stderr Du Jinsong
- Re: FILE = stderr Philip Blundell
- Re: FILE = stderr Glynn Clements