View Single Post
Old 01 October 2017, 23:10   #18
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
so many vbcc posting, so i put that here:

#1) "//" is not recognized as a comment line, why is it so?

Code:
$ vc -sc -sd -O2 Decimate.c -o Decimate.o
error=0
>//
error 0 in line 1 of "Decimate.c": declaration expected
aborting...
1 error found!
Code:
// $Id: decimate.cxx,v 1.5 1997/10/01 14:07:25 garland Exp $

#include ...
#2)

want link some object files, some made with gcc, others from sas/c, using vlink:
Code:
INTERNAL ERROR: aout_symbols(): Symbol ___CTOR_LIST__ in Matrix.o has type 22,
which is currently not supported.
Aborting.
make: *** [Makefile:23: qemloss.p] Error 1
is there a way to prevent gcc from creating "type 22", or convince vlink accepting that type?

Last edited by emufan; 01 October 2017 at 23:16.
emufan is offline  
 
Page generated in 0.04181 seconds with 11 queries