discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using Objective-C with gcc 3.2 on RH 8.0


From: Alex Majora
Subject: Re: Using Objective-C with gcc 3.2 on RH 8.0
Date: 12 Feb 2003 16:41:19 -0800

Okay, with much help, I think I'm almost "there".

I'm trying to link a small program, using Foundation objects (no
AppKit). I'm doing this by hand, because I can't figure out how to
make a GNU makefile for this purpose.

I'm getting these unresolved references from libgnustep-base:

  __builtin_avcall
  alloc_trampoline_r
  __va_error1
  __structcpy
  __vacall_r

I'm linking against these libraries, in this order:

  libgnustep-base
  libobjc
  libxml
  libxml2
  libpthread
  libc
  libm
  libdl

I haven't a clue which additional library I need to include.

Thanks!
Alex


reply via email to

[Prev in Thread] Current Thread [Next in Thread]