I'm trying to build kerberos authentication into the server but right
now I can't even get the standard code to build on Solaris 8. I get
many lines of errors like these when I use cc:
ucbcc: Warning: Option -include passed to ld, if ld is invoked, ignored
otherwise
ucbcc: Warning: Option -Wall passed to ld, if ld is invoked, ignored
otherwise
ucbcc: Invalid input file name ../../PlatformHeader.h, no output
generated for this file.
ucbcc: Invalid input file name
../../RTPMetaInfoLib/RTPMetaInfoPacket.cpp, no output generated for
this file.
and then the last line is:
make: *** No rule to make target `../../QTFileLib/libQTFileLib.a',
needed by `QTTrackInfo'. Stop.
When I use gcc I get hundreds of these lines:
/usr/ccs/bin/as: "/var/tmp/ccoJPUF9.s", line 1861: error: unknown
opcode ".uleb128"
/usr/ccs/bin/as: "/var/tmp/ccoJPUF9.s", line 1861: error: statement
syntax
make: *** [../OSMemory_Modules/OSMemory_Modules.o] Error 1
Building SpamDefenseModule for SunOS.sun4u with g++
g++ -c -o ../OSMemory_Modules/OSMemory_Modules.o -D__solaris__
-D_REENTRANT -L/usr/local/lib -R/usr/local/lib -include
../../PlatformHeader.h -g -Wall -O3 -I. -I../../APICommonCode
-I../OSMemory_Modules -I../../APIStubLib -I../../CommonUti
litiesLib -I../../RTPMetaInfoLib
../OSMemory_Modules/OSMemory_Modules.cpp
and the last line is:
make: *** [QTTrackInfo.o] Error 1
I've got gcc 3.0.3 and cc 5.0. Has anyone done anything with kerberos
authentication?
Thanks
Tony
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com
_______________________________________________
streaming-server-developers mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/streaming-server-developers
Do not post admin requests to the list. They will be ignored.