I'm trying to compile a program using Solaris 2.3. I've been developing this
program under 4.1.2 and the makefile has worked fine. Under solaris, it
seems that alot of the standard function are not being linked, unless I
put all kinds of -l(lib) in my ld command (-lc -lnsl -lintl etc.) Is this
normal?
Also, I have a lex/yacc program which is expecting an extern FILE *yyin.
How can this external be satisfied? (I have -ll -ly in my ld and those libs
are being found in /usr/ccs/lib)
Thanks
-Brian