This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: explicit template specialization in GCC 3.3


Hi,

I had tried many link orders, including those, just for kicks; none of them
worked.

Eddie

>   Since linking is order specific, try either:
> 
>     a.) g++  -g -O2   -o mmafm main.o templatei.o ../libefont/libefont.a \
>              ../liblcdf/liblcdf.a -lm
> 
>     b.) try this is 'a' fails:
>         g++  -g -O2   -o mmafm main.o ../libefont/libefont.a \
>              ../liblcdf/liblcdf.a templatei.o -lm


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]