Re: Compilerfehler undefined reference to
Georg Wallner <[email protected]>
| Newsgroups | gmane.linux.suse.programming |
|---|---|
| Message-ID | <[email protected]> |
Am Montag, 11. August 2008 01:10:02 schrieb Philipp Thomas: > On Sat, 9 Aug 2008 21:35:27 +0200, Georg Wallner wrote: > >gcc -I/usr/incldude -L/usr/lib/ ldap2zone.c > > sowohl -I/usr/inlude als auch -L/usr/lib sind auf einem normalen System > völlig überflüssig, denn dort suchen Compiler und Linker automatisch. > Probier es mal einfach ohne. Das hab ich so probiert, hat er aber nicht gemacht. Mit den Einstellungen von Andreas Roth " -lldap -llber" hat es dann auch funktioniert. > > Philipp > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] Danke für die Antwort. Georg