[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference dypss1::brain_bogglers

Title:Brain Bogglers
Notice:BRAIN_BOGGLERS is, like, back in business, totally
Moderator:BUSY::SLAB
Created:Mon Jul 13 1987
Last Modified:Mon Jun 02 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1441
Total number of notes:13981

1428.0. "Use 4 4's to 'formulate' numbers 0-10" by BUSY::SLAB (Erotic Nightmares) Fri Jan 10 1997 23:37

T.RTitleUserPersonal
Name
DateLines
1428.1DYPSS1::s_coghill.dyo.dec.com::CoghillSSun Jan 12 1997 13:2148
1428.2some more easy onesIOSG::CARLINDick Carlin IOSG, Reading, EnglandMon Jan 13 1997 05:5315
1428.3clarification requested22603::BUCHANANthe rolling stone catches the wormTue Jan 14 1997 01:294
1428.44446::OSMANEric Osman, dtn 226-7122Thu Jan 16 1997 21:3010
1428.5-RMS-E-PRV, insufficient privilege ...IOSG::CARLINDick Carlin IOSG, Reading, EnglandFri Jan 17 1997 10:008
1428.64446::OSMANEric Osman, dtn 226-7122Fri Jan 17 1997 15:56258
1428.7lots of sqrts22603::BUCHANANthe rolling stone catches the wormMon Jan 20 1997 05:424
1428.8BUSY::SLABAudiophiles do it 'til it hertz!Sat May 31 1997 01:1358
    
    	Eric, why does this fail like this?
    
    
    Scuba: link year
    
    2 undefined symbols:
            C$MAIN_ARGS
            PRINTF
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X0000017A
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X000001A4
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X000001BF
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X000001F3
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X0000021B
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X0000026B
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X0000029F
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X000002D3
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X00000307
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X0000033C
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol C$MAIN_ARGS referenced
            in psect $CODE offset %X00000542
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X0000057F
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X0000058C
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X000005E2
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X000008D1
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    Undefined symbol PRINTF referenced
            in psect $CODE offset %X00000913
            in module YEAR file BUSY_USR02:[SLAB]YEAR.OBJ;2
    
1428.94446::prnsy5.lkg.dec.com::osmanEric, dtn 226-7122Mon Jun 02 1997 10:4617
Without knowing what link command you gave, my guess is that
you're on an older system that requires you to explicitly link
with the libary containing "printf" and "c$main_args".

So, try making a c.opt file containing

	vaxcrtl.exe/share

Then, link your program by saying

	$ link prog,c/opt

You might need to put "SYS$something:" in front of "vaxcrtl.exe" in
the c.opt file.

/Eric